diff options
Diffstat (limited to 'youtube/watch.py')
-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 24ceb93..04c52a1 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -396,7 +396,7 @@ def fetch_player_response(client, video_id): data = { 'videoId': video_id, 'context': context, - 'params': '8AEB', + 'params': 'CgIQBg', } data = json.dumps(data) headers = (('Content-Type', 'application/json'),('User-Agent', user_agent)) |