]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/filmmodu.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / filmmodu.py
index d741311925a1a1e9ded85af9f4e988d478628f18..9eb550eed543c0a6a6dce6c79a6cfd29b2b09691 100644 (file)
@@ -51,8 +51,6 @@ def _real_extract(self, url):
             'protocol': 'm3u8_native',
         } for source in data['sources']]
 
-        self._sort_formats(formats)
-
         subtitles = {}
 
         if data.get('subtitle'):