mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-03-11 00:33:12 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -103,7 +103,6 @@ class YouPornIE(InfoExtractor):
|
||||
})
|
||||
f['height'] = height
|
||||
formats.append(f)
|
||||
self._sort_formats(formats)
|
||||
|
||||
webpage = self._download_webpage(
|
||||
'http://www.youporn.com/watch/%s' % video_id, display_id,
|
||||
|
||||
Reference in New Issue
Block a user