mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 04:57:05 +01:00
exclude json3 for now
This commit is contained in:
parent
dc6193cb22
commit
fc0999c695
@ -549,7 +549,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
'396': {'acodec': 'none', 'vcodec': 'av01.0.05M.08'},
|
||||
'397': {'acodec': 'none', 'vcodec': 'av01.0.05M.08'},
|
||||
}
|
||||
_SUBTITLE_FORMATS = ('srv1', 'srv2', 'srv3', 'ttml', 'vtt', 'json3')
|
||||
_SUBTITLE_FORMATS = ('srv1', 'srv2', 'srv3', 'ttml', 'vtt') # 'json3'
|
||||
|
||||
_GEO_BYPASS = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user