1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-02 01:08:26 -04:00

[twitch:clips] Sort formats

This commit is contained in:
Sergey M․
2016-07-29 09:01:53 +07:00
parent d9d56deadf
commit 0cacae2807

View File

@@ -502,6 +502,8 @@ class TwitchClipsIE(InfoExtractor):
'url': clip['clip_video_url'],
}]
self._sort_formats(formats)
return {
'id': video_id,
'title': title,