Remove params to fetch_player_response
This commit is contained in:
parent
630e0137e0
commit
7157df13cd
@ -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==',
|
||||
})
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user