From: Sergey M․ Date: Mon, 21 Apr 2014 12:04:11 +0000 (+0700) Subject: [rutube] Add missing whitespace X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=68905742567e95700ffd9bd9f126b7f96b347c5c [rutube] Add missing whitespace --- diff --git a/youtube_dl/extractor/rutube.py b/youtube_dl/extractor/rutube.py index 4f7f8cb6d..357edbbda 100644 --- 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')