1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[udemy] Use custom sorting

This commit is contained in:
Sergey M․ 2016-03-26 23:42:46 +06:00
parent efcba804f6
commit 48dce58ca9

View file

@ -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,