aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/daftsex.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/daftsex.py')
-rw-r--r--yt_dlp/extractor/daftsex.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/daftsex.py b/yt_dlp/extractor/daftsex.py
index 0fe014f76..551d5e3ab 100644
--- a/yt_dlp/extractor/daftsex.py
+++ b/yt_dlp/extractor/daftsex.py
@@ -81,7 +81,6 @@ class DaftsexIE(InfoExtractor):
'height': int_or_none(height),
'ext': ext,
})
- self._sort_formats(formats)
return {
'id': video_id,
@@ -117,7 +116,6 @@ class DaftsexIE(InfoExtractor):
'height': int_or_none(height),
'ext': ext,
})
- self._sort_formats(formats)
thumbnails = []
for k, v in item.items():