diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-04-30 18:49:29 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-04-30 18:49:29 +0700 |
commit | 957f27e5bbc601f6d0e1ea5c0f0f5bcca32f0166 (patch) | |
tree | a7f575e9549cbc0573369f824372e899c4651a65 | |
parent | 1f8c19767bd135c4e0edd99c37ff28d12e8429ae (diff) |
[scivee] Revert test file download
-rw-r--r-- | youtube_dl/extractor/scivee.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/youtube_dl/extractor/scivee.py b/youtube_dl/extractor/scivee.py index 33a78759a..55a481cc0 100644 --- a/youtube_dl/extractor/scivee.py +++ b/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): |