diff options
author | Unknown <blackjack4494@web.de> | 2020-09-13 09:22:24 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-13 09:22:24 +0200 |
commit | fc0999c6951c0eaf9cde28659346df6acb6f4714 (patch) | |
tree | f2a406fc9aee9efde1383028f05d40e43dbd8c50 | |
parent | dc6193cb220353a26218da2f690f11bca55c9757 (diff) | |
download | hypervideo-pre-fc0999c6951c0eaf9cde28659346df6acb6f4714.tar.lz hypervideo-pre-fc0999c6951c0eaf9cde28659346df6acb6f4714.tar.xz hypervideo-pre-fc0999c6951c0eaf9cde28659346df6acb6f4714.zip |
exclude json3 for now
-rw-r--r-- | youtube_dlc/extractor/youtube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/youtube.py b/youtube_dlc/extractor/youtube.py index d3ba4c73c..295e9f770 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 = ('srv1', 'srv2', 'srv3', 'ttml', 'vtt') # 'json3' _GEO_BYPASS = False |