Jesus 2023-09-11 04:08:23 +08:00
parent 89e21302e3
commit 8f9c5eeb48
No known key found for this signature in database
GPG Key ID: E607CE7149F4D71C

View File

@ -396,7 +396,7 @@ def fetch_player_response(client, video_id):
data = { data = {
'videoId': video_id, 'videoId': video_id,
'context': context, 'context': context,
'params': '8AEB', 'params': 'CgIQBg',
} }
data = json.dumps(data) data = json.dumps(data)
headers = (('Content-Type', 'application/json'),('User-Agent', user_agent)) headers = (('Content-Type', 'application/json'),('User-Agent', user_agent))