X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Frestudy.py;h=18e4055f45f455eebb318348ea6c686471e45da0;hb=7df18fcc65aada949c5e3bf0f7cc814dee158c79;hp=fd50065d4ad05d668919f2c0392e99f3ab637032;hpb=c707b1d828c74f1ec8ffbfda7c910aec0c89a6e2;p=youtube-dl 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)