Remove params to fetch_player_response

This commit is contained in:
Astound 2025-02-28 10:58:15 +08:00
parent 630e0137e0
commit 7157df13cd
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

@ -343,7 +343,6 @@ 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': 'CgIIAdgDAQ==',
})