From 7b8aabd08641e312d114fed98261e172da3967c3 Mon Sep 17 00:00:00 2001 From: PC Date: Sat, 29 Oct 2016 22:25:00 +0100 Subject: [PATCH] sort formats --- youtube_dl/extractor/iol.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/extractor/iol.py b/youtube_dl/extractor/iol.py index a3adc3924..76752e6d1 100644 --- a/youtube_dl/extractor/iol.py +++ b/youtube_dl/extractor/iol.py @@ -127,6 +127,8 @@ class IOLIE(InfoExtractor): 'no_resume': False }) + self._sort_formats(formats) + return { 'id': video_id, 'title': title,