youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 0826a0b555a06e0cc9047a7779c0f55612c8f3a3
parent bcbbb98bfe5c5309f447901c2de4f793647752fc
Author: remitamine <remitamine@gmail.com>
Date:   Sat,  6 Feb 2016 06:52:48 +0100

[common] sort dash formats

Diffstat:
Myoutube_dl/extractor/common.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py @@ -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):