]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/esri.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / esri.py
index 1736788db2a124ff27b89962e696fb03d195b368..02e7efaf0d5dfe5e813c53fd0d41173553b92e69 100644 (file)
@@ -43,7 +43,6 @@ def _real_extract(self, url):
                     'height': int(height),
                     'filesize_approx': parse_filesize(filesize),
                 })
-        self._sort_formats(formats)
 
         title = self._html_search_meta('title', webpage, 'title')
         description = self._html_search_meta(