소스 검색

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

Sergey M․ 9 년 전
부모
커밋
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,
         }
     ]