feat: enhance YouTube API integration by adding support for topic channel ID and improving release sync functionality with localization updates

This commit is contained in:
Ümit Tunç
2026-05-20 22:45:01 +03:00
parent e9f737ab1d
commit ae3a697170
6 changed files with 167 additions and 18 deletions
+2
View File
@@ -53,8 +53,10 @@ return [
'youtube' => [
'api_key' => env('YOUTUBE_API_KEY'),
'channel_id' => env('YOUTUBE_CHANNEL_ID'),
'topic_channel_id' => env('YOUTUBE_TOPIC_CHANNEL_ID'),
'playlist_id' => env('YOUTUBE_PLAYLIST_ID'),
'api_referer' => env('YOUTUBE_API_REFERER'),
'distributor_filter' => env('YOUTUBE_DISTRIBUTOR_FILTER'),
],
];