瀏覽代碼

[scivee] Revert test file download

Sergey M․ 11 年之前
父節點
當前提交
957f27e5bb
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      youtube_dl/extractor/scivee.py

+ 1 - 5
youtube_dl/extractor/scivee.py

@@ -11,17 +11,13 @@ class SciVeeIE(InfoExtractor):
 
     _TEST = {
         'url': 'http://www.scivee.tv/node/62352',
-        #'md5': 'b16699b74c9e6a120f6772a44960304f',
+        'md5': 'b16699b74c9e6a120f6772a44960304f',
         'info_dict': {
             'id': '62352',
             'ext': 'mp4',
             'title': 'Adam Arkin at the 2014 DOE JGI Genomics of Energy & Environment Meeting',
             'description': 'md5:81f1710638e11a481358fab1b11059d7',
         },
-        'params': {
-            # Range HTTP header is ignored
-            'skip_download': True,
-        },
     }
 
     def _real_extract(self, url):