mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 23:25:42 +07:00
[twitch:clips] Sort formats
This commit is contained in:
@@ -673,6 +673,8 @@ def _real_extract(self, url):
|
||||
'fps': int_or_none(option.get('frame_rate')),
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
info = {
|
||||
'formats': formats,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user