[iprima] Use centralized format sorting

pull/2/head
Philipp Hagemeister 11 years ago
parent c79ef8e1ae
commit 91264ce572

@ -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,

Loading…
Cancel
Save