1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

[ie/youtube] Change default player clients to ios,mweb (#11190)

Closes #11165, Closes #11185
Authored by: seproDev
This commit is contained in:
sepro
2024-10-08 01:12:00 +02:00
committed by GitHub
parent e59c82a74c
commit de2062753a
2 changed files with 2 additions and 2 deletions

View File

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