X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fscivee.py;h=b1ca12fdee1c012de789ebfaf15f03f04e73f768;hb=401d147893366a638b64872c4011e73f6f23fc67;hp=33a78759a5ad37e8a6cbb6397c74317f34092385;hpb=8a7a4a979683a6a48af0eea039ed392934f89b0a;p=youtube-dl diff --git a/youtube_dl/extractor/scivee.py b/youtube_dl/extractor/scivee.py index 33a78759a..b1ca12fde 100644 --- a/youtube_dl/extractor/scivee.py +++ b/youtube_dl/extractor/scivee.py @@ -11,17 +11,14 @@ 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, - }, + 'skip': 'Not accessible from Travis CI server', } def _real_extract(self, url): @@ -57,4 +54,4 @@ class SciVeeIE(InfoExtractor): 'description': description, 'thumbnail': 'http://www.scivee.tv/assets/videothumb/%s' % video_id, 'formats': formats, - } \ No newline at end of file + }