diff options
author | 2014-04-11 11:50:52 +0200 | |
---|---|---|
committer | 2014-04-11 11:50:52 +0200 | |
commit | ce955b6c04f6ddaab1696c6cabf5e0aa83cbf846 (patch) | |
tree | fa236a266813f0082551346c7b9b408e2bb5e413 /module/plugins/hoster/FileserveCom.py | |
parent | RyushareCom: Code cosmetics (diff) | |
download | pyload-ce955b6c04f6ddaab1696c6cabf5e0aa83cbf846.tar.xz |
Fix __author_name__ and __author_mail__
Merges vuolter/pyload@6c57a37
Diffstat (limited to 'module/plugins/hoster/FileserveCom.py')
-rw-r--r-- | module/plugins/hoster/FileserveCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FileserveCom.py b/module/plugins/hoster/FileserveCom.py index a9ff24d19..b75b13841 100644 --- a/module/plugins/hoster/FileserveCom.py +++ b/module/plugins/hoster/FileserveCom.py @@ -48,7 +48,7 @@ class FileserveCom(Hoster): __pattern__ = r"http://(?:www\.)?fileserve\.com/file/(?P<id>[^/]+).*" __version__ = "0.51" __description__ = """Fileserve.Com File Download Hoster""" - __author_name__ = ("jeix", "mkaay", "paul king", "zoidberg") + __author_name__ = ("jeix", "mkaay", "Paul King", "zoidberg") __author_mail__ = ("jeix@hasnomail.de", "mkaay@mkaay.de", "", "zoidberg@mujmail.cz") URLS = ['http://www.fileserve.com/file/', 'http://www.fileserve.com/link-checker.php', |