]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/porncom.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / porncom.py
index 2ebd3fa0968cd6c14c1fa9deb194a8ddb52cfe4a..c8ef240d70cd14675eebef4c0e1be3c90520add2 100644 (file)
@@ -73,8 +73,6 @@ def _real_extract(self, url):
             thumbnail = None
             duration = None
 
-        self._sort_formats(formats)
-
         view_count = str_to_int(self._search_regex(
             (r'Views:\s*</span>\s*<span>\s*([\d,.]+)',
              r'class=["\']views["\'][^>]*><p>([\d,.]+)'), webpage,