[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
|
|
@ -89,7 +89,7 @@ class VineIE(InfoExtractor):
|
|||
|
||||
username = data.get('username')
|
||||
|
||||
alt_title = format_field(username, template='Vine by %s')
|
||||
alt_title = format_field(username, None, 'Vine by %s')
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue