[common] sort dash formats
This commit is contained in:
parent
bcbbb98bfe
commit
0826a0b555
1 changed files with 1 additions and 0 deletions
|
@ -1481,6 +1481,7 @@ class InfoExtractor(object):
|
|||
existing_format.update(f)
|
||||
else:
|
||||
self.report_warning('Unknown MIME type %s in DASH manifest' % mime_type)
|
||||
self._sort_formats(formats)
|
||||
return formats
|
||||
|
||||
def _live_title(self, name):
|
||||
|
|
Loading…
Reference in a new issue