[pornhub] Use centralized sorting

This commit is contained in:
Philipp Hagemeister 2014-01-07 10:25:34 +01:00
parent 84c92dc00f
commit 9933b57430
2 changed files with 27 additions and 12 deletions

View file

@ -501,6 +501,7 @@ class InfoExtractor(object):
f.get('height') if f.get('height') is not None else -1,
f.get('width') if f.get('width') is not None else -1,
ext_preference,
f.get('tbr') if f.get('tbr') is not None else -1,
f.get('vbr') if f.get('vbr') is not None else -1,
f.get('abr') if f.get('abr') is not None else -1,
audio_ext_preference,