mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 14:45:26 +00:00
[hitbox] Sort formats
This commit is contained in:
parent
bc94bd510b
commit
29492f3332
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ class HitboxIE(InfoExtractor):
|
||||||
'tbr': bitrate,
|
'tbr': bitrate,
|
||||||
'format_note': label,
|
'format_note': label,
|
||||||
})
|
})
|
||||||
|
self._sort_formats(formats)
|
||||||
|
|
||||||
metadata['formats'] = formats
|
metadata['formats'] = formats
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue