mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 17:12:36 +00:00
[twitch:clips] Sort formats
This commit is contained in:
parent
49fa7de301
commit
07acdc5afc
@ -673,6 +673,8 @@ class TwitchClipsIE(TwitchBaseIE):
|
||||
'fps': int_or_none(option.get('frame_rate')),
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
info = {
|
||||
'formats': formats,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user