[extractor] Deprecate _sort_formats
This commit is contained in:
parent
784320c98c
commit
9f14daf22b
579 changed files with 69 additions and 918 deletions
|
|
@ -64,7 +64,6 @@ class XNXXIE(InfoExtractor):
|
|||
'format_id': format_id,
|
||||
'quality': -1 if format_id == 'low' else 0,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
thumbnail = self._og_search_thumbnail(webpage, default=None) or get(
|
||||
'ThumbUrl', fatal=False) or get('ThumbUrl169', fatal=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue