mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 20:48:58 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -75,7 +75,6 @@ class PhilharmonieDeParisIE(InfoExtractor):
|
||||
m3u8_id='hls', fatal=False))
|
||||
if not formats and not self.get_param('ignore_no_formats'):
|
||||
return
|
||||
self._sort_formats(formats)
|
||||
return {
|
||||
'title': title,
|
||||
'formats': formats,
|
||||
|
||||
Reference in New Issue
Block a user