1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 18:39:29 +00:00

[twitch:clips] Sort formats

This commit is contained in:
Sergey M․ 2016-07-29 09:01:53 +07:00
parent d9d56deadf
commit 0cacae2807
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

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