1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 12:09:32 +00:00

[common] sort dash formats

This commit is contained in:
remitamine 2016-02-06 06:52:48 +01:00
parent bcbbb98bfe
commit 0826a0b555

View file

@ -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):