mirror of https://github.com/yt-dlp/yt-dlp.git
[screenwavemedia] Improve formats sorting
This commit is contained in:
parent
6c10dbeae9
commit
2b2dfae83e
|
@ -88,7 +88,7 @@ class ScreenwaveMediaIE(InfoExtractor):
|
||||||
'ext': source.get('type'),
|
'ext': source.get('type'),
|
||||||
'height': height,
|
'height': height,
|
||||||
})
|
})
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats, field_preference=('height', 'width', 'tbr', 'format_id'))
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
|
Loading…
Reference in New Issue