Browse Source

[viki] Skip a geo-restricted test

totalwebcasting
Yen Chi Hsuan 8 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. +2
    -1
      youtube_dl/extractor/viki.py

+ 2
- 1
youtube_dl/extractor/viki.py View File

@ -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