1
0
Fork 0

[ie/youtube] Fix premium formats extraction (#13586)

Fix ff6f94041a

Closes #13545
Authored by: bashonly
This commit is contained in:
bashonly 2025-06-30 18:02:59 -05:00 committed by GitHub
commit 2ba5391cd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

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