update client params

This commit is contained in:
2024-04-21 13:14:08 +08:00
parent 8af98968dd
commit 8577164785

View File

@@ -344,7 +344,7 @@ def _add_to_error(info, key, additional_message):
def fetch_player_response(client, video_id): def fetch_player_response(client, video_id):
return util.call_youtube_api(client, 'player', { return util.call_youtube_api(client, 'player', {
'videoId': video_id, 'videoId': video_id,
'params': 'CgIIAQ==', 'params': 'CgIIAdgDAQ==',
}) })