mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-02-20 15:35:44 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -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>',
|
||||
|
||||
Reference in New Issue
Block a user