]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/eurosport.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / eurosport.py
index 5681499fb33ab185564fba9a09b53c0ba5676fc5..654e11206433e99697742eea9e9d60372afd79c3 100644 (file)
@@ -83,8 +83,6 @@ def _real_extract(self, url):
             formats.extend(fmts)
             self._merge_subtitles(subs, target=subtitles)
 
-        self._sort_formats(formats)
-
         return {
             'id': json_data['id'],
             'title': json_ld_data.get('title') or self._og_search_title(webpage),