mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-18 03:08:31 +00:00
[ie/youtube] Ensure context params are consistent for web clients (#13701)
Authored by: coletdjnz
This commit is contained in:
parent
5b57b72c1a
commit
6e5bee418b
@ -105,6 +105,7 @@ class SubsPoTokenPolicy(BasePoTokenPolicy):
|
|||||||
'INNERTUBE_CONTEXT_CLIENT_NAME': 1,
|
'INNERTUBE_CONTEXT_CLIENT_NAME': 1,
|
||||||
'SUPPORTS_COOKIES': True,
|
'SUPPORTS_COOKIES': True,
|
||||||
**WEB_PO_TOKEN_POLICIES,
|
**WEB_PO_TOKEN_POLICIES,
|
||||||
|
'PLAYER_PARAMS': '8AEB',
|
||||||
},
|
},
|
||||||
# Safari UA returns pre-merged video+audio 144p/240p/360p/720p/1080p HLS formats
|
# Safari UA returns pre-merged video+audio 144p/240p/360p/720p/1080p HLS formats
|
||||||
'web_safari': {
|
'web_safari': {
|
||||||
|
Loading…
Reference in New Issue
Block a user