mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-22 08:46:43 +00:00
[iprima] Use centralized format sorting
This commit is contained in:
parent
c79ef8e1ae
commit
91264ce572
|
@ -74,6 +74,8 @@ def _real_extract(self, url):
|
|||
'ext': 'flv',
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': real_id,
|
||||
'title': self._og_search_title(webpage),
|
||||
|
|
Loading…
Reference in a new issue