瀏覽代碼

[youtube] Add test for itag 212 (#11575)

Sergey M․ 8 年之前
父節點
當前提交
022a5d663b
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      youtube_dl/extractor/youtube.py

+ 5 - 0
youtube_dl/extractor/youtube.py

@@ -863,6 +863,11 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
             'params': {
                 'skip_download': True,
             },
+        },
+        {
+            # itag 212
+            'url': '1t24XAntNCY',
+            'only_matching': True,
         }
     ]