youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit bca553caac52551e9222eb5bb19f3145e0c09768
parent e28034c5ac4e08414ba63decae8bf7d956fa6d93
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  6 Sep 2015 10:21:15 +0600

[eagleplatform] Fix extraction

Diffstat:
Myoutube_dl/extractor/eagleplatform.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/eagleplatform.py b/youtube_dl/extractor/eagleplatform.py @@ -79,7 +79,7 @@ class EaglePlatformIE(InfoExtractor): age_limit = 0 if age_restriction == 'allow_all' else 18 m3u8_data = self._download_json( - media['sources']['secure_m3u8']['auto'], + self._proto_relative_url(media['sources']['secure_m3u8']['auto'], 'http:'), video_id, 'Downloading m3u8 JSON') formats = self._extract_m3u8_formats(