projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c707b1d
)
[restudy] Fix extraction (closes #15347)
author
Sergey M․
<dstftw@gmail.com>
Sat, 20 Jan 2018 16:19:02 +0000
(23:19 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 20 Jan 2018 16:19:02 +0000
(23:19 +0700)
youtube_dl/extractor/restudy.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/restudy.py
b/youtube_dl/extractor/restudy.py
index fd50065d4ad05d668919f2c0392e99f3ab637032..18e4055f45f455eebb318348ea6c686471e45da0 100644
(file)
--- 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)