diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-03-10 22:31:22 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-03-10 22:31:22 +0700 |
commit | aa51d20d196db0554824f191816fa3079bc633bb (patch) | |
tree | d270bc4acf9977ed377a076d7f03c70f83bbbf10 /youtube_dl/extractor/vesti.py | |
parent | ae7ed92057dcb7b9b582416d6dcf584843eca460 (diff) |
[vesti] Skip geo restricted test
Diffstat (limited to 'youtube_dl/extractor/vesti.py')
-rw-r--r-- | youtube_dl/extractor/vesti.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vesti.py b/youtube_dl/extractor/vesti.py index 916681fae..8083c7a35 100644 --- a/youtube_dl/extractor/vesti.py +++ b/youtube_dl/extractor/vesti.py @@ -85,7 +85,7 @@ class VestiIE(InfoExtractor): # m3u8 download 'skip_download': True, }, - 'skip': 'Blocked outside Russia' + 'skip': 'Blocked outside Russia', }, { 'url': 'http://sochi2014.vesti.ru/live/play/live_id/301', @@ -142,6 +142,7 @@ class VestiIE(InfoExtractor): # m3u8 download 'skip_download': True, }, + 'skip': 'Blocked outside Russia', }, { 'url': 'http://tvkultura.ru/video/show/brand_id/31724/episode_id/972347/video_id/978186', |