Browse Source

[beeg] Update API URL (Closes #7736)

totalwebcasting
Sergey M․ 9 years ago
parent
commit
af93fcfa05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/beeg.py

+ 1
- 1
youtube_dl/extractor/beeg.py View File

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


Loading…
Cancel
Save