1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

sort formats

This commit is contained in:
PC 2016-10-29 22:25:00 +01:00
parent 461360736d
commit 7b8aabd086

View File

@ -127,6 +127,8 @@ class IOLIE(InfoExtractor):
'no_resume': False
})
self._sort_formats(formats)
return {
'id': video_id,
'title': title,