[rutube] Add missing whitespace

This commit is contained in:
Sergey M․ 2014-04-21 19:04:11 +07:00
parent d03745c684
commit 6890574256
1 changed files with 1 additions and 1 deletions

View File

@ -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')