Merge branch 'master' of github.com:rg3/youtube-dl
This commit is contained in:
commit
e3899d0e00
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,7 @@ class VestiIE(InfoExtractor):
|
||||||
# m3u8 download
|
# m3u8 download
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
'skip': 'Blocked outside Russia'
|
'skip': 'Blocked outside Russia',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': 'http://sochi2014.vesti.ru/live/play/live_id/301',
|
'url': 'http://sochi2014.vesti.ru/live/play/live_id/301',
|
||||||
|
@ -142,6 +142,7 @@ class VestiIE(InfoExtractor):
|
||||||
# m3u8 download
|
# m3u8 download
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
|
'skip': 'Blocked outside Russia',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': 'http://tvkultura.ru/video/show/brand_id/31724/episode_id/972347/video_id/978186',
|
'url': 'http://tvkultura.ru/video/show/brand_id/31724/episode_id/972347/video_id/978186',
|
||||||
|
|
Loading…
Reference in a new issue