1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-20 15:08:55 +00:00

[ie/youtube] Change default player clients to tv_simply,web

Authored by: bashonly
This commit is contained in:
bashonly
2025-06-22 07:06:28 -05:00
parent 73bf102116
commit 4ee75cc04a
2 changed files with 2 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'401': {'ext': 'mp4', 'height': 2160, 'format_note': 'DASH video', 'vcodec': 'av01.0.12M.08'},
}
_SUBTITLE_FORMATS = ('json3', 'srv1', 'srv2', 'srv3', 'ttml', 'srt', 'vtt')
_DEFAULT_CLIENTS = ('tv', 'ios', 'web')
_DEFAULT_CLIENTS = ('tv_simply', 'web')
_DEFAULT_AUTHED_CLIENTS = ('tv', 'web')
_GEO_BYPASS = False