1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[iprima] Use centralized format sorting

This commit is contained in:
Philipp Hagemeister 2014-02-04 10:24:00 +01:00
parent c79ef8e1ae
commit 91264ce572

View file

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