Browse Source

[archiveorg] PEP 8

Sergey M․ 9 years ago
parent
commit
84bc23b41b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/archiveorg.py

+ 1 - 1
youtube_dl/extractor/archiveorg.py

@@ -62,4 +62,4 @@ class ArchiveOrgIE(JWPlatformBaseIE):
                 '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