1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-16 22:25:40 +07: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 @@ def _generate_player_context(cls, sts=None):
context['signatureTimestamp'] = sts
return {
'playbackContext': {
'adPlaybackContext': {
'pyv': True,
'adType': 'AD_TYPE_INSTREAM',
},
'contentPlaybackContext': context,
},
**cls._get_checkok_params(),