[krasview] Skip download for test
authorSergey M․ <dstftw@gmail.com>
Tue, 25 Aug 2015 15:19:21 +0000 (21:19 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 25 Aug 2015 15:19:21 +0000 (21:19 +0600)
youtube_dl/extractor/krasview.py

index 96f95979a22429d2a19af3575ad1ca25c463b13e..0ae8ebd687034343c364dbc968d90d84f5bc37df 100644 (file)
@@ -25,6 +25,9 @@ class KrasViewIE(InfoExtractor):
             'duration': 27,
             'thumbnail': 're:^https?://.*\.jpg',
         },
+        'params': {
+            'skip_download': 'Not accessible from Travis CI server',
+        },
     }
 
     def _real_extract(self, url):