youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 7df18fcc65aada949c5e3bf0f7cc814dee158c79
parent c707b1d828c74f1ec8ffbfda7c910aec0c89a6e2
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 20 Jan 2018 23:19:02 +0700

[restudy] Fix extraction (closes #15347)

Diffstat:
Myoutube_dl/extractor/restudy.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)