Browse Source

[viki] Skip a geo-restricted test

master
Yen Chi Hsuan 9 years ago
parent
commit
94e5d6aedb
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 2 additions and 1 deletions
  1. 3
      youtube_dl/extractor/viki.py

3
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',

Loading…
Cancel
Save