about summary refs log tree commit diff
path: root/youtube_dl/extractor/archiveorg.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-08-05 23:16:19 +0700
committerSergey M․ <dstftw@gmail.com>2016-08-05 23:16:19 +0700
commit84bc23b41b5d1bc51102b264c23e96202e093d14 (patch)
tree7211f487d03b6a4bff7103643c5a3818b6f998ad /youtube_dl/extractor/archiveorg.py
parent46933a15d69a0079e66a04475659d0cbd5e5f08d (diff)
downloadyoutube-dl-84bc23b41b5d1bc51102b264c23e96202e093d14.tar.gz
youtube-dl-84bc23b41b5d1bc51102b264c23e96202e093d14.tar.xz
youtube-dl-84bc23b41b5d1bc51102b264c23e96202e093d14.zip
[archiveorg] PEP 8
Diffstat (limited to 'youtube_dl/extractor/archiveorg.py')
-rw-r--r--youtube_dl/extractor/archiveorg.py2
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