mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-10 03:25:13 +00:00
[ie/youtube] Fix premium formats extraction (#13586)
Fix ff6f94041a
Closes #13545
Authored by: bashonly
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user