aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknown <blackjack4494@web.de>2020-09-13 11:02:07 +0200
committerUnknown <blackjack4494@web.de>2020-09-13 11:02:07 +0200
commit84da5d84b0bf937877273519ea8b5f07c9444748 (patch)
tree89fa50f6f4267487a1550919a4773fcc7753013a
parentfc0999c6951c0eaf9cde28659346df6acb6f4714 (diff)
downloadhypervideo-pre-84da5d84b0bf937877273519ea8b5f07c9444748.tar.lz
hypervideo-pre-84da5d84b0bf937877273519ea8b5f07c9444748.tar.xz
hypervideo-pre-84da5d84b0bf937877273519ea8b5f07c9444748.zip
add json3 back but don't use it as default.
-rw-r--r--youtube_dlc/extractor/youtube.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/youtube.py b/youtube_dlc/extractor/youtube.py
index 295e9f770..a97921060 100644
--- a/youtube_dlc/extractor/youtube.py
+++ b/youtube_dlc/extractor/youtube.py
@@ -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 = ('json3', 'srv1', 'srv2', 'srv3', 'ttml', 'vtt')
_GEO_BYPASS = False