summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilebeerInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FilebeerInfo.py')
-rw-r--r--module/plugins/hoster/FilebeerInfo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/FilebeerInfo.py b/module/plugins/hoster/FilebeerInfo.py
index 3e8cfb6a3..aaecb7654 100644
--- a/module/plugins/hoster/FilebeerInfo.py
+++ b/module/plugins/hoster/FilebeerInfo.py
@@ -11,8 +11,7 @@ class FilebeerInfo(DeadHoster):
__pattern__ = r'http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+).*'
__description__ = """Filebeer.info plugin"""
- __author_name__ = "zoidberg"
- __author_mail__ = "zoidberg@mujmail.cz"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
getInfo = create_getInfo(FilebeerInfo)