diff options
author | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-08 19:28:58 +0200 |
---|---|---|
committer | Tom-Oliver Heidel <blackjack4494@web.de> | 2020-09-08 19:28:58 +0200 |
commit | 771a0ba4d217c68c4c22bdfa908d16dee9c0f235 (patch) | |
tree | e79cb91134382018abf9e7b1cc2a52e0ed3511fb | |
parent | 02f681696beb538870e7dbe6b99141bf7512bee4 (diff) | |
parent | cb2ea2d5efea3c419d04da9132fb42a89a43ab96 (diff) | |
download | hypervideo-pre-771a0ba4d217c68c4c22bdfa908d16dee9c0f235.tar.lz hypervideo-pre-771a0ba4d217c68c4c22bdfa908d16dee9c0f235.tar.xz hypervideo-pre-771a0ba4d217c68c4c22bdfa908d16dee9c0f235.zip |
Merge branch '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']: |