summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-17 04:21:54 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-17 04:21:54 +0100
commitf68cd00fe3c5d02b12433c35e6f52182c2f26a6b (patch)
treeb4ab749f9b0becdee88a86b0b33bccc974dd9738
parentca70d215cfad69ef4671034c4a814c9d65529a06 (diff)
downloadyoutube-dl-f68cd00fe3c5d02b12433c35e6f52182c2f26a6b.tar.gz
youtube-dl-f68cd00fe3c5d02b12433c35e6f52182c2f26a6b.tar.xz
youtube-dl-f68cd00fe3c5d02b12433c35e6f52182c2f26a6b.zip
[kankan] Skip test
-rw-r--r--youtube_dl/extractor/kankan.py1
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):