[yt] temporary fix for automatic captions - disable json3

This commit is contained in:
Unknown 2020-12-02 01:44:14 +01:00
rodzic 8662875551
commit 40ec740f7b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -506,7 +506,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'396': {'acodec': 'none', 'vcodec': 'av01.0.05M.08'},
'397': {'acodec': 'none', 'vcodec': 'av01.0.05M.08'},
}
_SUBTITLE_FORMATS = ('json3', 'srv1', 'srv2', 'srv3', 'ttml', 'vtt')
_SUBTITLE_FORMATS = ('srv1', 'srv2', 'srv3', 'ttml', 'vtt') # TODO 'json3' raising issues with automatic captions
_GEO_BYPASS = False