1
0
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:
bashonly
2025-06-30 18:02:59 -05:00
committed by GitHub
parent e9f157669e
commit 2ba5391cd6
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(),