youtube-dl

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

commit abb893e6e45b0b0c6ec0e3a1d29dbd1746cbee96
parent 4511c1976d0a06394a000333a020a4d3668072fe
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 14 Jan 2016 19:57:56 +0600

[beeg] Update API URL

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

diff --git 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):