1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-03-01 19:59:28 +00:00

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

Closes #15814
Authored by: bashonly
This commit is contained in:
bashonly
2026-02-03 17:26:30 -06:00
committed by GitHub
parent 891613b098
commit 1a895c18aa
2 changed files with 2 additions and 2 deletions

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',