mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-02 03:47:27 +00:00
[beeg] Update API URL
This commit is contained in:
parent
4511c1976d
commit
abb893e6e4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def _real_extract(self, url):
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
|
|
||||||
video = self._download_json(
|
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 split(o, e):
|
||||||
def cut(s, x):
|
def cut(s, x):
|
||||||
|
|
Loading…
Reference in a new issue