youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit dfad3aac981a311de89a5ae29121bcb6255902f1
parent df8418ffcff60c5a90e3138a39959d36cebcee7f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  4 May 2015 21:23:26 +0600

[rutv] Fix live stream test URL

Diffstat:
Myoutube_dl/extractor/rutv.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/rutv.py b/youtube_dl/extractor/rutv.py @@ -87,7 +87,7 @@ class RUTVIE(InfoExtractor): 'skip': 'Translation has finished', }, { - 'url': 'http://live.russia.tv/index/index/channel_id/3', + 'url': 'http://player.rutv.ru/iframe/live/id/21/showZoomBtn/false/isPlay/true/', 'info_dict': { 'id': '21', 'ext': 'mp4',