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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user