aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/pornhd.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/pornhd.py')
-rw-r--r--yt_dlp/extractor/pornhd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/pornhd.py b/yt_dlp/extractor/pornhd.py
index 06a44ddd1..c8a1ec80b 100644
--- a/yt_dlp/extractor/pornhd.py
+++ b/yt_dlp/extractor/pornhd.py
@@ -84,7 +84,6 @@ class PornHdIE(InfoExtractor):
})
if formats:
info['formats'] = formats
- self._sort_formats(info['formats'])
description = self._html_search_regex(
(r'(?s)<section[^>]+class=["\']video-description[^>]+>(?P<value>.+?)</section>',