~heckyel/yt-local

8577164785b6e0daf79a9d127e215d31c9312c53 — Astound 5 months ago 8af9896
update client params
1 files changed, 1 insertions(+), 1 deletions(-)

M youtube/watch.py
M youtube/watch.py => youtube/watch.py +1 -1
@@ 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==',
    })