[netzkino] Skip download in test case
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 19 Feb 2015 00:58:52 +0000 (01:58 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 19 Feb 2015 00:58:54 +0000 (01:58 +0100)
Works fine from Germany, but fails from everywhere else

youtube_dl/extractor/netzkino.py

index 93567d1e38bc7da5ea2e621cf1f3adb848ef3461..bc17e20aa9d736eb9e4ba0a39929f20db47d8465 100644 (file)
@@ -29,6 +29,9 @@ class NetzkinoIE(InfoExtractor):
             'timestamp': 1344858571,
             'age_limit': 12,
         },
+        'params': {
+            'skip_download': 'Download only works from Germany',
+        }
     }
 
     def _real_extract(self, url):