1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-17 18:58:35 +00:00

[ie/youtube] Ensure context params are consistent for web clients (#13701)

Authored by: coletdjnz
This commit is contained in:
coletdjnz 2025-07-12 13:44:27 +12:00 committed by GitHub
parent 5b57b72c1a
commit 6e5bee418b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,6 +105,7 @@ class SubsPoTokenPolicy(BasePoTokenPolicy):
'INNERTUBE_CONTEXT_CLIENT_NAME': 1,
'SUPPORTS_COOKIES': True,
**WEB_PO_TOKEN_POLICIES,
'PLAYER_PARAMS': '8AEB',
},
# Safari UA returns pre-merged video+audio 144p/240p/360p/720p/1080p HLS formats
'web_safari': {