[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
|
|
@ -38,7 +38,7 @@ class TrovoBaseIE(InfoExtractor):
|
|||
return {
|
||||
'uploader': streamer_info.get('nickName'),
|
||||
'uploader_id': str_or_none(streamer_info.get('uid')),
|
||||
'uploader_url': format_field(username, template='https://trovo.live/%s'),
|
||||
'uploader_url': format_field(username, None, 'https://trovo.live/%s'),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue