diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-10 16:42:22 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-10 16:42:22 +0100 | 
| commit | e3899d0e00167c7d9675ab3a77bc77b679586ee8 (patch) | |
| tree | 2ce14f443366121b7b4d1f75e2e45fb7a74b4d63 | |
| parent | dcb00da49cf1edcfc7bf3bc779de3afdea5c3412 (diff) | |
| parent | aa51d20d196db0554824f191816fa3079bc633bb (diff) | |
Merge branch 'master' of github.com:rg3/youtube-dl
| -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', | 
