projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d5556
)
[rutv] Fix extraction (Closes #8004)
author
Sergey M․
<dstftw@gmail.com>
Fri, 25 Dec 2015 15:14:00 +0000
(21:14 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 25 Dec 2015 15:14:00 +0000
(21:14 +0600)
youtube_dl/extractor/rutv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rutv.py
b/youtube_dl/extractor/rutv.py
index d9df0686133a6772deb1e58260069857620afc58..f7fe1feceeccbb3c7dc6860f0ee5d6a9c10a57df 100644
(file)
--- a/
youtube_dl/extractor/rutv.py
+++ b/
youtube_dl/extractor/rutv.py
@@
-131,7
+131,7
@@
class RUTVIE(InfoExtractor):
is_live = video_type == 'live'
json_data = self._download_json(
- 'http://player.rutv.ru/iframe/
%splay/id/%s' % ('live-' if is_live else '
', video_id),
+ 'http://player.rutv.ru/iframe/
data%s/id/%s' % ('live' if is_live else 'video
', video_id),
video_id, 'Downloading JSON')
if json_data['errors']: