[ie/youtube] Default to tv player JS variant (#15818)

Closes #15814
Authored by: bashonly
This commit is contained in:
bashonly
2026-02-03 23:26:30 +00:00
committed by GitHub
parent 891613b098
commit 1a895c18aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1879,7 +1879,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
}]
_DEFAULT_PLAYER_JS_VERSION = 'actual'
_DEFAULT_PLAYER_JS_VARIANT = 'main'
_DEFAULT_PLAYER_JS_VARIANT = 'tv'
_PLAYER_JS_VARIANT_MAP = {
'main': 'player_ias.vflset/en_US/base.js',
'tcc': 'player_ias_tcc.vflset/en_US/base.js',