]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/nrk.py
[common] prefer using mime type over ext for smil subtitle extraction
[youtube-dl.git] / youtube_dl / extractor / nrk.py
index 3b21fbd4d9e1442e3aa8016d74c1b9a97278d90f..9df20082224f84099657d2c2415cb9b2e66df8b6 100644 (file)
@@ -63,6 +63,7 @@ class NRKIE(InfoExtractor):
         if determine_ext(media_url) == 'f4m':
             formats = self._extract_f4m_formats(
                 media_url + '?hdcore=3.5.0&plugin=aasp-3.5.0.151.81', video_id, f4m_id='hds')
+            self._sort_formats(formats)
         else:
             formats = [{
                 'url': media_url,