feat: support parse youtube video

This commit is contained in:
2024-10-15 15:40:33 +08:00
parent 88fd259712
commit c2e1ec91b5
7 files changed
+133 -2

No files matched your search

@@ -48,4 +48,5 @@ data class Config(
val apiSpaceKey: String,
val apiRtastKey: String,
val azureAppClientId: String,
val youtubeDataApiKey: String,
)