[ie/youtube] Improve player context payloads (#13539)

Closes #12563
Authored by: bashonly
pull/13524/head
bashonly 1 month ago committed by GitHub
parent 73bf102116
commit ff6f94041a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save