youtube-dl

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

commit af93fcfa0549bdfe26c39adecbb1bcc98a9345af
parent 62d231c00493c329a78a30b15a336f131fc392f9
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu,  3 Dec 2015 23:23:36 +0600

[beeg] Update API URL (Closes #7736)

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 @@ -29,7 +29,7 @@ class BeegIE(InfoExtractor): video_id = self._match_id(url) video = self._download_json( - 'http://beeg.com/api/v1/video/%s' % video_id, video_id) + 'http://beeg.com/api/v3/video/%s' % video_id, video_id) formats = [] for format_id, video_url in video.items():