mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[archiveorg] PEP 8
This commit is contained in:
parent
46933a15d6
commit
84bc23b41b
1 changed files with 1 additions and 1 deletions
|
@ -62,4 +62,4 @@ def get_optional(metadata, field):
|
||||||
'uploader': get_optional(metadata, 'creator'),
|
'uploader': get_optional(metadata, 'creator'),
|
||||||
'upload_date': unified_strdate(get_optional(metadata, 'date')),
|
'upload_date': unified_strdate(get_optional(metadata, 'date')),
|
||||||
})
|
})
|
||||||
return info
|
return info
|
||||||
|
|
Loading…
Reference in a new issue