diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-08-05 23:16:19 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-08-05 23:16:19 +0700 |
commit | 84bc23b41b5d1bc51102b264c23e96202e093d14 (patch) | |
tree | 7211f487d03b6a4bff7103643c5a3818b6f998ad /youtube_dl/extractor/archiveorg.py | |
parent | 46933a15d69a0079e66a04475659d0cbd5e5f08d (diff) |
[archiveorg] PEP 8
Diffstat (limited to 'youtube_dl/extractor/archiveorg.py')
-rw-r--r-- | youtube_dl/extractor/archiveorg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/archiveorg.py b/youtube_dl/extractor/archiveorg.py index 2472e4cc6..486dff82d 100644 --- a/youtube_dl/extractor/archiveorg.py +++ b/youtube_dl/extractor/archiveorg.py @@ -62,4 +62,4 @@ class ArchiveOrgIE(JWPlatformBaseIE): 'uploader': get_optional(metadata, 'creator'), 'upload_date': unified_strdate(get_optional(metadata, 'date')), }) - return info
\ No newline at end of file + return info |