mirror of
https://github.com/l1ving/youtube-dl
synced 2024-11-22 05:52:57 +08:00
[iprima] Use centralized format sorting
This commit is contained in:
parent
c79ef8e1ae
commit
91264ce572
@ -72,7 +72,9 @@ class IPrimaIE(InfoExtractor):
|
||||
'play_path': 'mp4:'+filename.replace('"', '')[:-4],
|
||||
'rtmp_live': True,
|
||||
'ext': 'flv',
|
||||
})
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': real_id,
|
||||
|
Loading…
Reference in New Issue
Block a user