aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/generic.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-04-25 22:48:17 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-04-25 22:48:17 +0800
commit4645432d7a92bfb950571dde5dd690110e0f2284 (patch)
tree2113c42943a53f021a5ef2c3a6b5cd3d76f60bb0 /youtube_dl/extractor/generic.py
parent6bdc2d5358c2843e3be4d073b2005e5196519664 (diff)
downloadyoutube-dl-4645432d7a92bfb950571dde5dd690110e0f2284.tar.xz
[eagleplatform] Checking direct HTTP links
Sometimes they fail with 404
Diffstat (limited to 'youtube_dl/extractor/generic.py')
-rw-r--r--youtube_dl/extractor/generic.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index c63bdbd08..a95501d86 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -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',