Unify coding cookie
[youtube-dl] / youtube_dl / extractor / krasview.py
index 96f95979a22429d2a19af3575ad1ca25c463b13e..cf8876fa1f2321e7b020e2e773452f82df1bd2f1 100644 (file)
@@ -1,4 +1,4 @@
-# encoding: utf-8
+# coding: utf-8
 from __future__ import unicode_literals
 
 import json
@@ -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):