From 1e27c749ef9b42a4d601f4e7787b7c138e35a899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 17 Dec 2018 02:04:10 +0200 Subject: [PATCH] [kanal2]: _sort_formats --- youtube_dl/extractor/kanal2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/extractor/kanal2.py b/youtube_dl/extractor/kanal2.py index 5b2d12b31..6e84849d2 100644 --- a/youtube_dl/extractor/kanal2.py +++ b/youtube_dl/extractor/kanal2.py @@ -92,6 +92,8 @@ class Kanal2IE(InfoExtractor): 'url': stream.get('file') + '&s=' + sid, }) + self._sort_formats(formats) + return formats def get_playlist(self, video_id):