aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/sexu.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/sexu.py')
-rw-r--r--yt_dlp/extractor/sexu.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/sexu.py b/yt_dlp/extractor/sexu.py
index 000f7e166..3117f81e3 100644
--- a/yt_dlp/extractor/sexu.py
+++ b/yt_dlp/extractor/sexu.py
@@ -34,7 +34,6 @@ class SexuIE(InfoExtractor):
r'^(\d+)[pP]', source.get('label', ''), 'height',
default=None)),
} for source in sources if source.get('file')]
- self._sort_formats(formats)
title = self._html_search_regex(
r'<title>([^<]+)\s*-\s*Sexu\.Com</title>', webpage, 'title')