diff options
author | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-08 18:58:19 +0200 |
---|---|---|
committer | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-08 18:58:19 +0200 |
commit | cb2ea2d5efea3c419d04da9132fb42a89a43ab96 (patch) | |
tree | e79cb91134382018abf9e7b1cc2a52e0ed3511fb | |
parent | 02f681696beb538870e7dbe6b99141bf7512bee4 (diff) | |
parent | 5c23e3af61972ddc1cc672c331780e319c27f794 (diff) | |
download | hypervideo-pre-cb2ea2d5efea3c419d04da9132fb42a89a43ab96.tar.lz hypervideo-pre-cb2ea2d5efea3c419d04da9132fb42a89a43ab96.tar.xz hypervideo-pre-cb2ea2d5efea3c419d04da9132fb42a89a43ab96.zip |
Merge branch 'rutv' of https://github.com/adrianheine/youtube-dl into adrianheine-rutv
-rw-r--r-- | youtube_dlc/extractor/rutv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/rutv.py b/youtube_dlc/extractor/rutv.py index d2713c19a..aceb35994 100644 --- a/youtube_dlc/extractor/rutv.py +++ b/youtube_dlc/extractor/rutv.py @@ -139,7 +139,7 @@ class RUTVIE(InfoExtractor): is_live = video_type == 'live' json_data = self._download_json( - 'http://player.rutv.ru/iframe/data%s/id/%s' % ('live' if is_live else 'video', video_id), + 'http://player.vgtrk.com/iframe/data%s/id/%s' % ('live' if is_live else 'video', video_id), video_id, 'Downloading JSON') if json_data['errors']: |