mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-03-04 13:20:13 +00:00
[ie/youtube] Force player 9f4cc5e4 (#16123)
Closes #16118 Authored by: bashonly
This commit is contained in:
@@ -1873,7 +1873,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
'params': {'skip_download': True},
|
||||
}]
|
||||
|
||||
_DEFAULT_PLAYER_JS_VERSION = 'actual'
|
||||
_DEFAULT_PLAYER_JS_VERSION = '20514@9f4cc5e4'
|
||||
_DEFAULT_PLAYER_JS_VARIANT = 'tv'
|
||||
_PLAYER_JS_VARIANT_MAP = {
|
||||
'main': 'player_ias.vflset/en_US/base.js',
|
||||
|
||||
Reference in New Issue
Block a user