projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d231c
)
[beeg] Update API URL (Closes #7736)
author
Sergey M․
<dstftw@gmail.com>
Thu, 3 Dec 2015 17:23:36 +0000
(23:23 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 3 Dec 2015 17:23:36 +0000
(23:23 +0600)
youtube_dl/extractor/beeg.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/beeg.py
b/youtube_dl/extractor/beeg.py
index 61bc2f7445a6fe115746b8f33b92421c2ab7e32c..1ee4a8b057f88560d40a266f4402f335714f0658 100644
(file)
--- 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/v
1
/video/%s' % video_id, video_id)
+ 'http://beeg.com/api/v
3
/video/%s' % video_id, video_id)
formats = []
for format_id, video_url in video.items():