projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d03745c
)
[rutube] Add missing whitespace
author
Sergey M․
<dstftw@gmail.com>
Mon, 21 Apr 2014 12:04:11 +0000
(19:04 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 21 Apr 2014 12:04:11 +0000
(19:04 +0700)
youtube_dl/extractor/rutube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rutube.py
b/youtube_dl/extractor/rutube.py
index 4f7f8cb6d2a57c8cd77f3b4cc5328105bdc2f44a..357edbbdaf88c6c29395aa7878c18f305c79b216 100644
(file)
--- 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')