[cleanup, utils] Don't use kwargs for format_field
This commit is contained in:
parent
e121e3cee7
commit
a70635b8a1
25 changed files with 32 additions and 32 deletions
|
|
@ -70,7 +70,7 @@ class JojIE(InfoExtractor):
|
|||
r'(\d+)[pP]\.', format_url, 'height', default=None)
|
||||
formats.append({
|
||||
'url': format_url,
|
||||
'format_id': format_field(height, template='%sp'),
|
||||
'format_id': format_field(height, None, '%sp'),
|
||||
'height': int(height),
|
||||
})
|
||||
if not formats:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue