mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
[twitch:clips] Sort formats
This commit is contained in:
@ -673,6 +673,8 @@ class TwitchClipsIE(TwitchBaseIE):
|
||||
'fps': int_or_none(option.get('frame_rate')),
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
info = {
|
||||
'formats': formats,
|
||||
}
|
||||
|
Reference in New Issue
Block a user