1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-09-29 22:08:45 +02:00

[hitbox] Sort formats

This commit is contained in:
Sergey M․ 2015-04-22 21:01:52 +06:00
parent bc94bd510b
commit 29492f3332

View File

@ -121,6 +121,7 @@ class HitboxIE(InfoExtractor):
'tbr': bitrate,
'format_note': label,
})
self._sort_formats(formats)
metadata['formats'] = formats