1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[netzkino] Skip download in test case

Works fine from Germany, but fails from everywhere else
This commit is contained in:
Philipp Hagemeister 2015-02-19 01:58:52 +01:00
parent 1ac1af9b47
commit bd03ffc16e

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