summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/HotfileFolderCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/HotfileFolderCom.py')
-rw-r--r--module/plugins/crypter/HotfileFolderCom.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/crypter/HotfileFolderCom.py b/module/plugins/crypter/HotfileFolderCom.py
index 16fa604c9..e97d2ca91 100644
--- a/module/plugins/crypter/HotfileFolderCom.py
+++ b/module/plugins/crypter/HotfileFolderCom.py
@@ -11,5 +11,4 @@ class HotfileFolderCom(DeadCrypter):
__pattern__ = r'https?://(?:www\.)?hotfile\.com/list/\w+/\w+'
__description__ = """Hotfile.com folder decrypter plugin"""
- __author_name__ = "RaNaN"
- __author_mail__ = "RaNaN@pyload.org"
+ __authors__ = [("RaNaN", "RaNaN@pyload.org")]