summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/IFileWs.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/IFileWs.py')
-rw-r--r--pyload/plugins/hoster/IFileWs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/IFileWs.py b/pyload/plugins/hoster/IFileWs.py
index 63edfec40..b0cdab64b 100644
--- a/pyload/plugins/hoster/IFileWs.py
+++ b/pyload/plugins/hoster/IFileWs.py
@@ -11,8 +11,7 @@ class IFileWs(DeadHoster):
__pattern__ = r'http://(?:www\.)?ifile\.ws/\w{12}'
__description__ = """Ifile.ws hoster plugin"""
- __author_name__ = "z00nx"
- __author_mail__ = "z00nx0@gmail.com"
+ __authors__ = [("z00nx", "z00nx0@gmail.com")]
getInfo = create_getInfo(IFileWs)