1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-17 21:48:54 +00:00

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

This reverts commit 4ee75cc04a.
This commit is contained in:
bashonly
2025-06-24 02:21:29 -05:00
parent 4ee75cc04a
commit aad1ae9d74
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_simply', 'web')
_DEFAULT_CLIENTS = ('tv', 'ios', 'web')
_DEFAULT_AUTHED_CLIENTS = ('tv', 'web')
_GEO_BYPASS = False