[vh1] use standard sort (#2072)

pull/8/head
Ralf Haring 2014-05-16 23:49:41 -04:00
rodzic 3ee4b60d56
commit 34d863f3fc
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -80,8 +80,7 @@ class MTVServicesInfoExtractor(InfoExtractor):
})
except (KeyError, TypeError):
raise ExtractorError('Invalid rendition field.')
# worst format is expected to be first and best one last
formats.sort(key=lambda x: int(x['format_id']))
self._sort_formats(formats)
return formats
def _get_video_info(self, itemdoc):