mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-16 04:58:56 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -81,7 +81,6 @@ class HearThisAtIE(InfoExtractor):
|
||||
'acodec': ext,
|
||||
'quality': 2, # Usually better quality
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': track_id,
|
||||
|
||||
Reference in New Issue
Block a user