exclude json3 for now

This commit is contained in:
Unknown 2020-09-13 09:22:24 +02:00
parent dc6193cb22
commit fc0999c695
1 changed files with 1 additions and 1 deletions

View File

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