aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom-Oliver Heidel <blackjack4494@web.de>2020-09-08 19:28:58 +0200
committerTom-Oliver Heidel <blackjack4494@web.de>2020-09-08 19:28:58 +0200
commit771a0ba4d217c68c4c22bdfa908d16dee9c0f235 (patch)
treee79cb91134382018abf9e7b1cc2a52e0ed3511fb
parent02f681696beb538870e7dbe6b99141bf7512bee4 (diff)
parentcb2ea2d5efea3c419d04da9132fb42a89a43ab96 (diff)
downloadhypervideo-pre-771a0ba4d217c68c4c22bdfa908d16dee9c0f235.tar.lz
hypervideo-pre-771a0ba4d217c68c4c22bdfa908d16dee9c0f235.tar.xz
hypervideo-pre-771a0ba4d217c68c4c22bdfa908d16dee9c0f235.zip
Merge branch 'adrianheine-rutv'
-rw-r--r--youtube_dlc/extractor/rutv.py2
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']: