mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-18 07:01:45 +00:00
[life:embed] Sort formats
This commit is contained in:
parent
3800b908b1
commit
95eb1adda8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user