mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-16 09:06:09 +03:00
[ie/youtube] Update ejs to 0.8.0 (#16269)
* Also default to `main` for `player_js_variant` extractor-arg Closes #16256 Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.dev>
This commit is contained in:
co-authored by
Simon Sawicki
parent
18656b2f2a
commit
04d6974f50
@@ -1876,7 +1876,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
}]
|
||||
|
||||
_DEFAULT_PLAYER_JS_VERSION = 'actual'
|
||||
_DEFAULT_PLAYER_JS_VARIANT = 'tv'
|
||||
_DEFAULT_PLAYER_JS_VARIANT = 'main'
|
||||
_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