1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

[twitch:clips] Sort formats

This commit is contained in:
Sergey M․ 2018-05-12 12:08:54 +07:00
parent 49fa7de301
commit 07acdc5afc
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -673,6 +673,8 @@ def _real_extract(self, url):
'fps': int_or_none(option.get('frame_rate')), 'fps': int_or_none(option.get('frame_rate')),
}) })
self._sort_formats(formats)
info = { info = {
'formats': formats, 'formats': formats,
} }