From 8577164785b6e0daf79a9d127e215d31c9312c53 Mon Sep 17 00:00:00 2001 From: Astound Date: Sun, 21 Apr 2024 13:14:08 +0800 Subject: update client params --- youtube/watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube/watch.py b/youtube/watch.py index bdb23ab..2cfece5 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -344,7 +344,7 @@ def _add_to_error(info, key, additional_message): def fetch_player_response(client, video_id): return util.call_youtube_api(client, 'player', { 'videoId': video_id, - 'params': 'CgIIAQ==', + 'params': 'CgIIAdgDAQ==', }) -- cgit v1.2.3