[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
|
|
@ -91,7 +91,7 @@ def _extract_moment(item, fatal=True):
|
|||
|
||||
uploader = try_get(item, lambda x: x['owner']['name'], compat_str)
|
||||
uploader_id = try_get(item, lambda x: x['owner']['userId'])
|
||||
uploader_url = format_field(uploader, template='https://www.younow.com/%s')
|
||||
uploader_url = format_field(uploader, None, 'https://www.younow.com/%s')
|
||||
|
||||
entry = {
|
||||
'extractor_key': 'YouNowMoment',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue