]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/pornhd.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / pornhd.py
index 06a44ddd14f78cd0acf43e9c0c283f8117ad7bbc..c8a1ec80b5b23adae2f584f93fc53081328d1599 100644 (file)
@@ -84,7 +84,6 @@ def _real_extract(self, url):
             })
         if formats:
             info['formats'] = formats
-        self._sort_formats(info['formats'])
 
         description = self._html_search_regex(
             (r'(?s)<section[^>]+class=["\']video-description[^>]+>(?P<value>.+?)</section>',