1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-26 10:24:33 +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 'no_resume': False
}) })
self._sort_formats(formats)
return { return {
'id': video_id, 'id': video_id,
'title': title, 'title': title,