Skip to content

Commit

Permalink
YouTubeVideoUrl: update Android client parametrs, thx сергей 999s
Browse files Browse the repository at this point in the history
  • Loading branch information
Taapat committed Apr 28, 2024
1 parent b48d88a commit aa1d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YouTubeVideoUrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def _extract_player_response(self, video_id, client):
'userAgent': USER_AGENT
}
}
data['params'] = 'CgIIAQ=='
data['params'] = 'wgYCCAA='
headers['X-YouTube-Client-Name'] = 3
headers['X-YouTube-Client-Version'] = ANDROID
headers['User-Agent'] = USER_AGENT
Expand Down

0 comments on commit aa1d1ad

Please sign in to comment.