diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-06-11 21:49:01 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-06-11 21:49:01 +0800 |
commit | 94e5d6aedb5b509601d29dd8ea352afa925d3b22 (patch) | |
tree | 61c6a620f2c8141cfff818a5e4f354aef3f0e7dd /youtube_dl | |
parent | 531a74968c24416cb2e4a79c9bfbcc9d02368e44 (diff) |
[viki] Skip a geo-restricted test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/viki.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/viki.py b/youtube_dl/extractor/viki.py index e04b814c8..0c0cd622a 100644 --- a/youtube_dl/extractor/viki.py +++ b/youtube_dl/extractor/viki.py @@ -156,7 +156,8 @@ class VikiIE(VikiBaseIE): 'params': { # m3u8 download 'skip_download': True, - } + }, + 'skip': 'Blocked in the US', }, { # episode 'url': 'http://www.viki.com/videos/44699v-boys-over-flowers-episode-1', |