[udemy] Use custom sorting

pull/8/head
Sergey M․ 2016-03-26 23:42:46 +06:00
rodzic efcba804f6
commit 48dce58ca9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -279,7 +279,7 @@ class UdemyIE(InfoExtractor):
'height': height,
})
self._sort_formats(formats)
self._sort_formats(formats, field_preference=('height', 'width', 'tbr', 'format_id'))
return {
'id': video_id,