]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/microsoftembed.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / microsoftembed.py
index 8cdf66778b611cd7b54be2245e5d5fd0663abba4..f71ab3e921189738be4273c0d21f07d94ba9fa1b 100644 (file)
@@ -1,9 +1,5 @@
 from .common import InfoExtractor
-from ..utils import (
-    int_or_none,
-    traverse_obj,
-    unified_timestamp,
-)
+from ..utils import int_or_none, traverse_obj, unified_timestamp
 
 
 class MicrosoftEmbedIE(InfoExtractor):
@@ -43,7 +39,6 @@ def _real_extract(self, url):
                     'height': source.get('heightPixels'),
                     'width': source.get('widthPixels'),
                 })
-        self._sort_formats(formats)
 
         subtitles = {
             lang: [{