diff options
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/watch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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==', }) |