aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/libraryofcongress.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/libraryofcongress.py')
-rw-r--r--yt_dlp/extractor/libraryofcongress.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/libraryofcongress.py b/yt_dlp/extractor/libraryofcongress.py
index afe3c98a1..b76ca0908 100644
--- a/yt_dlp/extractor/libraryofcongress.py
+++ b/yt_dlp/extractor/libraryofcongress.py
@@ -126,8 +126,6 @@ class LibraryOfCongressIE(InfoExtractor):
'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'))