]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/plays.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / plays.py
index 700dfe40771609b3b456d5275cf23d5cb31b7304..9371f7b2375bca5d17ccb9a9c0434f6aa6cc1c1d 100644 (file)
@@ -38,7 +38,6 @@ def _real_extract(self, url):
                 'format_id': 'http-' + format_id,
                 'height': int_or_none(height),
             })
-        self._sort_formats(formats)
 
         info.update({
             'id': video_id,