Browse Source

[netzkino] Skip download in test case

Works fine from Germany, but fails from everywhere else
Philipp Hagemeister 10 years ago
parent
commit
bd03ffc16e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      youtube_dl/extractor/netzkino.py

+ 3 - 0
youtube_dl/extractor/netzkino.py

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