update client params

This commit is contained in:
Astound 2024-04-21 13:14:08 +08:00
parent 8af98968dd
commit 8577164785
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

@ -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==',
})