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/FilecloudIo.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/FilecloudIo.py')
-rw-r--r-- | module/plugins/hoster/FilecloudIo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/FilecloudIo.py b/module/plugins/hoster/FilecloudIo.py index c7684a05d..26e421b06 100644 --- a/module/plugins/hoster/FilecloudIo.py +++ b/module/plugins/hoster/FilecloudIo.py @@ -29,6 +29,7 @@ class FilecloudIo(SimpleHoster): __version__ = "0.02" __description__ = """Filecloud.io (formerly Ifile.it) plugin - free account only""" __author_name__ = ("zoidberg", "stickell") + __author_mail__ = ("zoidberg@mujmail.cz", "l.stickell@yahoo.it") FILE_SIZE_PATTERN = r'{var __ab1 = (?P<S>\d+);}' FILE_NAME_PATTERN = r'id="aliasSpan">(?P<N>.*?) <' |