[ie/youtube] Fix use_ad_playback_context extractor-arg (#16196)

Authored by: bashonly
This commit is contained in:
bashonly
2026-03-10 18:24:03 -05:00
committed by GitHub
parent ff459e5fc0
commit 7e145ac1ca
2 changed files with 1 additions and 3 deletions

View File

@@ -104,7 +104,6 @@ INNERTUBE_CLIENTS = {
},
'INNERTUBE_CONTEXT_CLIENT_NAME': 1,
'SUPPORTS_COOKIES': True,
'SUPPORTS_AD_PLAYBACK_CONTEXT': True,
**WEB_PO_TOKEN_POLICIES,
},
# Safari UA returns pre-merged video+audio 144p/240p/360p/720p/1080p HLS formats
@@ -118,7 +117,6 @@ INNERTUBE_CLIENTS = {
},
'INNERTUBE_CONTEXT_CLIENT_NAME': 1,
'SUPPORTS_COOKIES': True,
'SUPPORTS_AD_PLAYBACK_CONTEXT': True,
**WEB_PO_TOKEN_POLICIES,
},
'web_embedded': {