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

+2 -1
View File
@@ -83,7 +83,8 @@ val DEFAULT_CONFIG = Config(
cloudflareR2PublicUrl = "https://114514.com",
apiSpaceKey = "114514",
apiRtastKey = "114514",
azureAppClientId = "114514"
azureAppClientId = "114514",
youtubeDataApiKey = "114514"
)
val configManager = ConfigManager()