]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bpb.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / bpb.py
index 388f1f94fbf3e64076396565fc5590be45d64fae..f28e581b87bc63a554aa5c38da98dc70413c7702 100644 (file)
@@ -48,8 +48,6 @@ def _real_extract(self, url):
                 'format_id': '%s-%s' % (quality, determine_ext(video_url)),
             })
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'formats': formats,