diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-13 22:19:57 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-13 22:19:59 +0100 |
commit | 72ca1d7f45488d746337cdf61a70ff25d9e8411b (patch) | |
tree | fb0a3d35ba0b6cee53fdeed803cc80a05ebd4a34 /youtube_dl | |
parent | 76e461f3951594e94a23f56ff3ea757b07caaa8f (diff) |
[vesti] Skip test 2 due to geo restrictions
At least that's how I interpret the error message "Просмотр вид��о ограничен в вашем регионе."
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/vesti.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vesti.py b/youtube_dl/extractor/vesti.py index f05c0ea9b..7773cec14 100644 --- a/youtube_dl/extractor/vesti.py +++ b/youtube_dl/extractor/vesti.py @@ -57,6 +57,7 @@ class VestiIE(InfoExtractor): # m3u8 download 'skip_download': True, }, + 'skip': 'Blocked outside Russia' }, { 'url': 'http://sochi2014.vesti.ru/live/play/live_id/301', |