Browse Source

[krasview] Skip download for test

Sergey M․ 10 years ago
parent
commit
ebbf078c7d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      youtube_dl/extractor/krasview.py

+ 3 - 0
youtube_dl/extractor/krasview.py

@@ -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):