From ce955b6c04f6ddaab1696c6cabf5e0aa83cbf846 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 11:50:52 +0200 Subject: Fix __author_name__ and __author_mail__ Merges vuolter/pyload@6c57a37 --- module/plugins/hoster/FilecloudIo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/hoster/FilecloudIo.py') 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\d+);}' FILE_NAME_PATTERN = r'id="aliasSpan">(?P.*?)  <' -- cgit v1.2.3