]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/dispeak.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / dispeak.py
index d4f3324e7cdc327d24f0ad05d10cb645a63dbe43..37f89b9bc08c30d385c141bd9b500242672ea38d 100644 (file)
@@ -117,7 +117,6 @@ def _real_extract(self, url):
         video_formats = self._parse_mp4(metadata)
         if video_formats is None:
             video_formats = self._parse_flv(metadata)
-        self._sort_formats(video_formats)
 
         return {
             'id': video_id,