]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/pornovoisines.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / pornovoisines.py
index 96d2da7c75e3b8e732a88e78bf6cae33e9fe50ab..aa48da06b99f8924cdcf7285fc1a6d2b51dc5a1d 100644 (file)
@@ -55,7 +55,6 @@ def _real_extract(self, url):
                         'height': item.get('height'),
                         'bitrate': item.get('bitrate'),
                     })
-        self._sort_formats(formats)
 
         webpage = self._download_webpage(url, video_id)