mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-14 12:49:52 +00:00
[ie/youtube] Replace mweb with tv
This commit is contained in:
parent
8346b54915
commit
dd29979d1c
@ -261,6 +261,7 @@ INNERTUBE_CLIENTS = {
|
||||
},
|
||||
},
|
||||
'INNERTUBE_CONTEXT_CLIENT_NAME': 2,
|
||||
'REQUIRE_PO_TOKEN': True,
|
||||
'SUPPORTS_COOKIES': True,
|
||||
},
|
||||
'tv': {
|
||||
@ -1356,8 +1357,8 @@ 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', 'mweb')
|
||||
_DEFAULT_AUTHED_CLIENTS = ('web_creator', 'mweb')
|
||||
_DEFAULT_CLIENTS = ('ios', 'tv')
|
||||
_DEFAULT_AUTHED_CLIENTS = ('web_creator', 'tv')
|
||||
|
||||
_GEO_BYPASS = False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user