1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-08 22:38:33 +00:00

Merge branch 'yt-dlp:master' into fix/yt-client-mgmt

This commit is contained in:
bashonly 2025-06-25 13:11:23 -05:00
commit 5a152ed655
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(),