X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Frestudy.py;h=fd50065d4ad05d668919f2c0392e99f3ab637032;hb=69677f3ee216b99ada7ac97ddd4d506245541b27;hp=b17c2bfc06b7bd63a1abc4bc112c6692d98b9756;hpb=74f91c4af7640a62dfe610fae80e92b0a40593c2;p=youtube-dl.git 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,