mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[twitch:clips] Sort formats
This commit is contained in:
parent
d9d56deadf
commit
0cacae2807
1 changed files with 2 additions and 0 deletions
|
@ -502,6 +502,8 @@ def _real_extract(self, url):
|
|||
'url': clip['clip_video_url'],
|
||||
}]
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': title,
|
||||
|
|
Loading…
Reference in a new issue