[pornhub] Use centralized sorting
This commit is contained in:
parent
84c92dc00f
commit
9933b57430
2 changed files with 27 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue