mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-03 23:05:15 +00:00
[ie/youtube] Change default player clients to ios,mweb (#11190)
Closes #11165, Closes #11185 Authored by: seproDev
This commit is contained in:
@@ -1357,7 +1357,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', 'vtt')
|
||||
_DEFAULT_CLIENTS = ('ios', 'web_creator')
|
||||
_DEFAULT_CLIENTS = ('ios', 'mweb')
|
||||
|
||||
_GEO_BYPASS = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user