X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fscivee.py;h=b1ca12fdee1c012de789ebfaf15f03f04e73f768;hb=0af985069b64ca7cdf0a55b721417e807760ab1e;hp=609a5ec994002ab17fb40f1ec970e53d1e9d3b28;hpb=7c360e3a04f09b912f51034c7778eb2297872e86;p=youtube-dl diff --git a/youtube_dl/extractor/scivee.py b/youtube_dl/extractor/scivee.py index 609a5ec99..b1ca12fde 100644 --- a/youtube_dl/extractor/scivee.py +++ b/youtube_dl/extractor/scivee.py @@ -17,7 +17,8 @@ class SciVeeIE(InfoExtractor): 'ext': 'mp4', 'title': 'Adam Arkin at the 2014 DOE JGI Genomics of Energy & Environment Meeting', 'description': 'md5:81f1710638e11a481358fab1b11059d7', - } + }, + 'skip': 'Not accessible from Travis CI server', } def _real_extract(self, url): @@ -53,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 + }