]> jfr.im git - yt-dlp.git/commitdiff
[yt] temporary fix for automatic captions - disable json3
authorUnknown <redacted>
Wed, 2 Dec 2020 00:44:14 +0000 (01:44 +0100)
committerUnknown <redacted>
Wed, 2 Dec 2020 00:44:14 +0000 (01:44 +0100)
youtube_dlc/extractor/youtube.py

index e87692754a521a9bd902f61611c222f1babe6235..e0f211b741f712b1e1d9b394a54233385e67dc50 100644 (file)
@@ -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