mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
[extractor] Deprecate _sort_formats
This commit is contained in:
parent
784320c98c
commit
9f14daf22b
579 changed files with 69 additions and 918 deletions
|
|
@ -111,7 +111,6 @@ class PuhuTVIE(InfoExtractor):
|
|||
format_id += '-%sp' % quality
|
||||
f['format_id'] = format_id
|
||||
formats.append(f)
|
||||
self._sort_formats(formats)
|
||||
|
||||
creator = try_get(
|
||||
show, lambda x: x['producer']['name'], compat_str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue