[extractor] Deprecate _sort_formats
This commit is contained in:
parent
784320c98c
commit
9f14daf22b
579 changed files with 69 additions and 918 deletions
|
|
@ -151,8 +151,6 @@ class CDAIE(InfoExtractor):
|
|||
'filesize': quality.get('length'),
|
||||
} for quality in meta['qualities'] if quality.get('file')]
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': meta.get('title'),
|
||||
|
|
@ -304,6 +302,4 @@ class CDAIE(InfoExtractor):
|
|||
|
||||
extract_format(webpage, resolution)
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return merge_dicts(info_dict, info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue