projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4511c19
)
[beeg] Update API URL
author
Sergey M․
<dstftw@gmail.com>
Thu, 14 Jan 2016 13:57:56 +0000
(19:57 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 14 Jan 2016 13:57:56 +0000
(19:57 +0600)
youtube_dl/extractor/beeg.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/beeg.py
b/youtube_dl/extractor/beeg.py
index d0174b81823e96e8b4ce3710fa828cfb25d44504..34c2a756fba11f81516e87e095ef1e02d5e65417 100644
(file)
--- 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)
+ 'http
s://api.
beeg.com/api/v5/video/%s' % video_id, video_id)
def split(o, e):
def cut(s, x):