From 0cacae280725074fd4eef82c079b0829a15206f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Fri, 29 Jul 2016 09:01:53 +0700 Subject: [PATCH] [twitch:clips] Sort formats --- youtube_dl/extractor/twitch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py index 5757eb119..890f55180 100644 --- a/youtube_dl/extractor/twitch.py +++ b/youtube_dl/extractor/twitch.py @@ -502,6 +502,8 @@ class TwitchClipsIE(InfoExtractor): 'url': clip['clip_video_url'], }] + self._sort_formats(formats) + return { 'id': video_id, 'title': title, -- 2.30.2