]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/noz.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / noz.py
index 22cb08e8a2ea3fceddcf2ca7fb4eb19792c9b3ef..59d259f9df6ddabbb31f5266222fa5a6b3e47afc 100644 (file)
@@ -1,13 +1,11 @@
 from .common import InfoExtractor
-from ..compat import (
-    compat_urllib_parse_unquote,
-)
 from ..utils import (
     int_or_none,
     find_xpath_attr,
     xpath_text,
     update_url_query,
 )
+from ..compat import compat_urllib_parse_unquote
 
 
 class NozIE(InfoExtractor):
@@ -73,7 +71,6 @@ def _real_extract(self, url):
                     formats.extend(self._extract_m3u8_formats(
                         m3u8_url, video_id, 'mp4', 'm3u8_native',
                         m3u8_id='hls', fatal=False))
-        self._sort_formats(formats)
 
         return {
             'id': video_id,