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