[eagleplatform] Checking direct HTTP links

Sometimes they fail with 404
This commit is contained in:
Yen Chi Hsuan 2016-04-25 22:48:17 +08:00
parent 6bdc2d5358
commit 4645432d7a
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
2 changed files with 7 additions and 2 deletions

View file

@ -887,6 +887,7 @@ class GenericIE(InfoExtractor):
# Eagle.Platform embed (generic URL)
{
'url': 'http://lenta.ru/news/2015/03/06/navalny/',
# Not checking MD5 as sometimes the direct HTTP link results in 404 and HLS is used
'info_dict': {
'id': '227304',
'ext': 'mp4',
@ -901,6 +902,7 @@ class GenericIE(InfoExtractor):
# ClipYou (Eagle.Platform) embed (custom URL)
{
'url': 'http://muz-tv.ru/play/7129/',
# Not checking MD5 as sometimes the direct HTTP link results in 404 and HLS is used
'info_dict': {
'id': '12820',
'ext': 'mp4',