youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a7e03861e8d0ce18ad698e0e38ffac40a09cef8b
parent 046ea04a7d8601a85007430a7a3da3ce236549f7
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Wed, 27 Apr 2016 13:52:04 +0800

[scivee] Skip the test

Not accessible from either Travis CI or my machine.

Closes #9315

Diffstat:
Myoutube_dl/extractor/scivee.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/scivee.py b/youtube_dl/extractor/scivee.py @@ -18,6 +18,7 @@ class SciVeeIE(InfoExtractor): '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):