From: Unknown Date: Wed, 2 Dec 2020 00:44:14 +0000 (+0100) Subject: [yt] temporary fix for automatic captions - disable json3 X-Git-Tag: 2021.01.07~23 X-Git-Url: https://jfr.im/git/yt-dlp.git/commitdiff_plain/40ec740f7b54c34706c6e844f9ba5a972cee9cbd [yt] temporary fix for automatic captions - disable json3 --- diff --git a/youtube_dlc/extractor/youtube.py b/youtube_dlc/extractor/youtube.py index e87692754..e0f211b74 100644 --- a/youtube_dlc/extractor/youtube.py +++ b/youtube_dlc/extractor/youtube.py @@ -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