]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/zeenews.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / zeenews.py
index ae2cc264e70dda0ad2342bcd50aebe7db962b1b2..1616dbfbf7c9cfcfa6fbe2c335099b55cb1989e1 100644 (file)
@@ -48,7 +48,6 @@ def _real_extract(self, url):
             raise ExtractorError('No video found', expected=True)
 
         formats = self._extract_m3u8_formats(embed_url, content_id, 'mp4')
-        self._sort_formats(formats)
 
         return {
             **self._json_ld(json_ld_list, display_id),