1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

[ie/youtube] Fix web_safari m3u8 formats extraction

Authored by: bashonly
This commit is contained in:
bashonly 2025-06-24 22:34:40 -05:00
parent 73bf102116
commit 4855d0da63
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -2820,6 +2820,10 @@ def _generate_player_context(cls, sts=None):
context['signatureTimestamp'] = sts
return {
'playbackContext': {
'adPlaybackContext': {
'pyv': True,
'adType': 'AD_TYPE_INSTREAM',
},
'contentPlaybackContext': context,
},
**cls._get_checkok_params(),