[wistia] Use centralized sorting
This commit is contained in:
parent
7217e148fb
commit
539179f45b
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ class WistiaIE(InfoExtractor):
|
||||||
'filesize': a['size'],
|
'filesize': a['size'],
|
||||||
'ext': a['ext'],
|
'ext': a['ext'],
|
||||||
})
|
})
|
||||||
formats.sort(key=lambda a: a['filesize'])
|
|
||||||
|
self._sort_formats(formats)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
|
Loading…
Reference in a new issue