mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-06 15:17:08 -05:00
[iprima] Use centralized format sorting
This commit is contained in:
@@ -72,7 +72,9 @@ class IPrimaIE(InfoExtractor):
|
|||||||
'play_path': 'mp4:'+filename.replace('"', '')[:-4],
|
'play_path': 'mp4:'+filename.replace('"', '')[:-4],
|
||||||
'rtmp_live': True,
|
'rtmp_live': True,
|
||||||
'ext': 'flv',
|
'ext': 'flv',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
self._sort_formats(formats)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': real_id,
|
'id': real_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user