1
0
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:
bashonly
2026-03-03 08:48:45 -06:00
committed by GitHub
parent bf4dfffe01
commit d3165e83ff
2 changed files with 2 additions and 2 deletions

View File

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