]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/howstuffworks.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / howstuffworks.py
index c49c0899e0b5902dc7f156c3525b7c2a9d444f88..238fc0b42d6251d69d363c3114c2c7b690311425 100644 (file)
@@ -75,8 +75,6 @@ def _real_extract(self, url):
                     'vbr': vbr,
                 })
 
-        self._sort_formats(formats)
-
         return {
             'id': '%s' % video_id,
             'display_id': display_id,