Browse Source

[restudy] Fix extraction (closes #15347)

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
7df18fcc65
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/restudy.py

+ 1
- 1
youtube_dl/extractor/restudy.py View File

@ -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)


Loading…
Cancel
Save