[ie/youtube] Default to tv player JS variant (#15818)
Closes #15814 Authored by: bashonly
This commit is contained in:
parent
891613b098
commit
1a895c18aa
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue