[life:embed] Sort formats

This commit is contained in:
Sergey M․ 2015-05-10 08:54:50 +06:00
parent 3800b908b1
commit 95eb1adda8
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ class LifeEmbedIE(InfoExtractor):
'format_id': ext,
'preference': 1,
})
self._sort_formats(formats)
thumbnail = self._search_regex(
r'"image"\s*:\s*"([^"]+)', webpage, 'thumbnail', default=None)