about summary refs log tree commit diff
path: root/youtube_dl/extractor/restudy.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-01-20 23:19:02 +0700
committerSergey M․ <dstftw@gmail.com>2018-01-20 23:19:02 +0700
commit7df18fcc65aada949c5e3bf0f7cc814dee158c79 (patch)
tree2f1fed1bf37aa8a9fb4476fd36521086215e6c7f /youtube_dl/extractor/restudy.py
parentc707b1d828c74f1ec8ffbfda7c910aec0c89a6e2 (diff)
downloadyoutube-dl-7df18fcc65aada949c5e3bf0f7cc814dee158c79.tar.gz
youtube-dl-7df18fcc65aada949c5e3bf0f7cc814dee158c79.tar.xz
youtube-dl-7df18fcc65aada949c5e3bf0f7cc814dee158c79.zip
[restudy] Fix extraction (closes #15347)
Diffstat (limited to 'youtube_dl/extractor/restudy.py')
-rw-r--r--youtube_dl/extractor/restudy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/restudy.py b/youtube_dl/extractor/restudy.py
index fd50065d4..18e4055f4 100644
--- a/youtube_dl/extractor/restudy.py
+++ b/youtube_dl/extractor/restudy.py
@@ -29,7 +29,7 @@ class RestudyIE(InfoExtractor):
         description = self._og_search_description(webpage).strip()
 
         formats = self._extract_smil_formats(
-            'https://www.restudy.dk/awsmedia/SmilDirectory/video_%s.xml' % video_id,
+            'https://cdn.portal.restudy.dk/dynamic/themes/front/awsmedia/SmilDirectory/video_%s.xml' % video_id,
             video_id)
         self._sort_formats(formats)