1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[archiveorg] PEP 8

This commit is contained in:
Sergey M․ 2016-08-05 23:16:19 +07:00
parent 46933a15d6
commit 84bc23b41b
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -62,4 +62,4 @@ class ArchiveOrgIE(JWPlatformBaseIE):
'uploader': get_optional(metadata, 'creator'),
'upload_date': unified_strdate(get_optional(metadata, 'date')),
})
return info
return info