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:
commit
5a152ed655
@ -2820,6 +2820,10 @@ def _generate_player_context(cls, sts=None):
|
|||||||
context['signatureTimestamp'] = sts
|
context['signatureTimestamp'] = sts
|
||||||
return {
|
return {
|
||||||
'playbackContext': {
|
'playbackContext': {
|
||||||
|
'adPlaybackContext': {
|
||||||
|
'pyv': True,
|
||||||
|
'adType': 'AD_TYPE_INSTREAM',
|
||||||
|
},
|
||||||
'contentPlaybackContext': context,
|
'contentPlaybackContext': context,
|
||||||
},
|
},
|
||||||
**cls._get_checkok_params(),
|
**cls._get_checkok_params(),
|
||||||
|
Loading…
Reference in New Issue
Block a user