Browse Source

[rutube] Add missing whitespace

totalwebcasting
Sergey M․ 11 years ago
parent
commit
6890574256
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/rutube.py

+ 1
- 1
youtube_dl/extractor/rutube.py 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')


Loading…
Cancel
Save