commit: 8be874370d36fe904bc525d9a19eaa214997baa9
parent aec74dd95a65733d71cfdee353f075793a9a51ee
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Mon, 21 Apr 2014 15:24:51 +0200
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/youtube_dl/extractor/jukebox.py b/youtube_dl/extractor/jukebox.py
@@ -14,7 +14,7 @@ class JukeboxIE(InfoExtractor):
_VALID_URL = r'^http://www\.jukebox?\..+?\/.+[,](?P<video_id>[a-z0-9\-]+)\.html'
_TEST = {
'url': 'http://www.jukebox.es/kosheen/videoclip,pride,r303r.html',
- 'md5': '5dc6477e74b1e37042ac5acedd8413e5',
+ 'md5': '1574e9b4d6438446d5b7dbcdf2786276',
'info_dict': {
'id': 'r303r',
'ext': 'flv',
diff --git a/youtube_dl/extractor/rutube.py b/youtube_dl/extractor/rutube.py
@@ -47,7 +47,7 @@ class RutubeIE(InfoExtractor):
author = video.get('author') or {}
options = self._download_json(
- 'http://rutube.ru/api/play/options/%s/?format=json' %video_id,
+ 'http://rutube.ru/api/play/options/%s/?format=json' % video_id,
video_id, 'Downloading options JSON')
m3u8_url = options['video_balancer'].get('m3u8')