]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/newspicks.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / newspicks.py
index a368ce4e021539cf897a57d3227cb20e6cee59fb..b6334dcbafa59304f33cbfcebe06f4981ead1623 100644 (file)
@@ -29,7 +29,6 @@ def _real_extract(self, url):
         if not entries:
             raise ExtractorError('No HTML5 media elements found')
         info = entries[0]
-        self._sort_formats(info['formats'])
 
         title = self._html_search_meta('og:title', webpage, fatal=False)
         description = self._html_search_meta(