]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/playvid.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / playvid.py
index 18aeda7de38376346933096dabbddbfc38ec97e8..1e0989d0aabe3b50ed2aa6ea97ce8a833e8abccd 100644 (file)
@@ -74,7 +74,6 @@ def _real_extract(self, url):
                         'height': height,
                         'url': val,
                     })
-        self._sort_formats(formats)
 
         # Extract title - should be in the flashvars; if not, look elsewhere
         if video_title is None: