mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
[twitch:clips] Sort formats
This commit is contained in:
parent
d9d56deadf
commit
0cacae2807
@ -502,6 +502,8 @@ class TwitchClipsIE(InfoExtractor):
|
||||
'url': clip['clip_video_url'],
|
||||
}]
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': title,
|
||||
|
Loading…
Reference in New Issue
Block a user