commit: d045f0bdb72bc3f84cbcfa5fd940c46d3360b386
parent 22becac4bd4338108b7949607fb7dccd6d173abf
Author: remitamine <remitamine@gmail.com>
Date: Sat, 26 Sep 2015 18:53:57 +0100
[eagleplatform] use http urls explicitly
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/eagleplatform.py b/youtube_dl/extractor/eagleplatform.py
@@ -81,7 +81,7 @@ class EaglePlatformIE(InfoExtractor):
if age_restriction:
age_limit = 0 if age_restriction == 'allow_all' else 18
- secure_m3u8 = self._proto_relative_url(media['sources']['secure_m3u8']['auto'])
+ secure_m3u8 = self._proto_relative_url(media['sources']['secure_m3u8']['auto'], 'http:')
m3u8_url = self._get_video_url(secure_m3u8, video_id, 'Downloading m3u8 JSON')
formats = self._extract_m3u8_formats(