Browse Source

[vesti] Skip geo restricted test

totalwebcasting
Sergey M․ 11 years ago
parent
commit
aa51d20d19
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/vesti.py

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

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


Loading…
Cancel
Save