logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 6418b2439b81ceec77b50879b4d9d395893d8eba
parent 06d5556dface3901a86419b6b125ef377116448f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 25 Dec 2015 21:14:00 +0600

[rutv] Fix extraction (Closes #8004)

Diffstat:

Myoutube_dl/extractor/rutv.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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']: