]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/breakcom.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / breakcom.py
index 51c8c822fa2a9b02117ebe1e8934f2df6761bc85..00cf308c7a02e696ff0a50d7d0379d9c432b5989 100644 (file)
@@ -63,7 +63,6 @@ def _real_extract(self, url):
                 'format_id': 'http-%d' % bitrate if bitrate else 'http',
                 'tbr': bitrate,
             })
-        self._sort_formats(formats)
 
         title = self._search_regex(
             (r'title["\']\s*:\s*(["\'])(?P<value>(?:(?!\1).)+)\1',