diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-04 21:23:26 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-04 21:23:26 +0600 |
commit | dfad3aac981a311de89a5ae29121bcb6255902f1 (patch) | |
tree | d20e7d90b002d7eede0dbbbf7ad0c86cf914b898 /youtube_dl/extractor | |
parent | df8418ffcff60c5a90e3138a39959d36cebcee7f (diff) |
[rutv] Fix live stream test URL
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/rutv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rutv.py b/youtube_dl/extractor/rutv.py index 1ec2c86e5..6b56b1d49 100644 --- 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', |