mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-31 22:55:18 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -95,8 +95,6 @@ class KonserthusetPlayIE(InfoExtractor):
|
||||
'url': fallback_url,
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
title = player_config.get('title') or media['title']
|
||||
description = player_config.get('mediaInfo', {}).get('description')
|
||||
thumbnail = media.get('image')
|
||||
|
||||
Reference in New Issue
Block a user