Skip to content

Commit f50cae3

Browse files
committed
watch: remove non-working params
Remove defunct params from player api request body.
1 parent 955b721 commit f50cae3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

youtube/watch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ def _add_to_error(info, key, additional_message):
368368
def fetch_player_response(client, video_id):
369369
api_data = {
370370
'videoId': video_id,
371-
'params': 'CgIQBg==',
372371
}
373372
if settings.allow_age_restricted_content:
374373
api_data['racyCheckOk'] = 'true'

0 commit comments

Comments
 (0)