mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-18 16:59:26 +01:00
Merge branch 'master' of github.com:rg3/youtube-dl
This commit is contained in:
commit
e3899d0e00
@ -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 New Issue
Block a user