]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/yapfiles.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / yapfiles.py
index 221df842cb084d219959cbc99af874dec6902cc6..19812bae000718bf4fd4eb8504c9b30587de8d72 100644 (file)
@@ -79,7 +79,6 @@ def _real_extract(self, url):
                 'quality': quality_key(format_id),
                 'height': hd_height if is_hd else None,
             })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,