aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/restudy.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/restudy.py')
-rw-r--r--youtube_dl/extractor/restudy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/restudy.py b/youtube_dl/extractor/restudy.py
index b17c2bfc0..fd50065d4 100644
--- a/youtube_dl/extractor/restudy.py
+++ b/youtube_dl/extractor/restudy.py
@@ -31,6 +31,7 @@ class RestudyIE(InfoExtractor):
formats = self._extract_smil_formats(
'https://www.restudy.dk/awsmedia/SmilDirectory/video_%s.xml' % video_id,
video_id)
+ self._sort_formats(formats)
return {
'id': video_id,