]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/libraryofcongress.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / libraryofcongress.py
index afe3c98a1186db09e6192f353418821cea92913b..b76ca090818e3cba8568766d2215401b443af80e 100644 (file)
@@ -126,8 +126,6 @@ def _real_extract(self, url):
                 'filesize_approx': parse_filesize(m.group('size')),
             })
 
-        self._sort_formats(formats)
-
         duration = float_or_none(data.get('duration'))
         view_count = int_or_none(data.get('viewCount'))