From: Sergey M․ Date: Thu, 14 Jan 2016 13:57:56 +0000 (+0600) Subject: [beeg] Update API URL X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=abb893e6e45b0b0c6ec0e3a1d29dbd1746cbee96;p=youtube-dl [beeg] Update API URL --- diff --git a/youtube_dl/extractor/beeg.py b/youtube_dl/extractor/beeg.py index d0174b818..34c2a756f 100644 --- a/youtube_dl/extractor/beeg.py +++ b/youtube_dl/extractor/beeg.py @@ -34,7 +34,7 @@ class BeegIE(InfoExtractor): video_id = self._match_id(url) video = self._download_json( - 'http://beeg.com/api/v5/video/%s' % video_id, video_id) + 'https://api.beeg.com/api/v5/video/%s' % video_id, video_id) def split(o, e): def cut(s, x):