[beeg] Update API URL

This commit is contained in:
Sergey M․ 2016-01-14 19:57:56 +06:00
parent 4511c1976d
commit abb893e6e4
1 changed files with 1 additions and 1 deletions

View File

@ -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):