]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/democracynow.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / democracynow.py
index af327e6c6b2f43ad712e5af084bde4b1b87634d0..1624d085c1feeb914fe2fb0dbf6e898fab89025a 100644 (file)
@@ -59,8 +59,6 @@ def _real_extract(self, url):
                 'vcodec': 'none' if key == 'audio' else None,
             })
 
-        self._sort_formats(formats)
-
         default_lang = 'en'
         subtitles = {}