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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user