diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-17 04:21:54 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-17 04:21:54 +0100 |
commit | f68cd00fe3c5d02b12433c35e6f52182c2f26a6b (patch) | |
tree | b4ab749f9b0becdee88a86b0b33bccc974dd9738 | |
parent | ca70d215cfad69ef4671034c4a814c9d65529a06 (diff) |
[kankan] Skip test
-rw-r--r-- | youtube_dl/extractor/kankan.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/kankan.py b/youtube_dl/extractor/kankan.py index 2707462ee..23103b163 100644 --- a/youtube_dl/extractor/kankan.py +++ b/youtube_dl/extractor/kankan.py @@ -18,6 +18,7 @@ class KankanIE(InfoExtractor): 'info_dict': { 'title': 'Ready To Go', }, + 'skip': 'Only available from China', } def _real_extract(self, url): |