summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/DontKnowMe.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/DontKnowMe.py')
-rw-r--r--pyload/plugins/crypter/DontKnowMe.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/crypter/DontKnowMe.py b/pyload/plugins/crypter/DontKnowMe.py
index 5d048994e..4abc03bcd 100644
--- a/pyload/plugins/crypter/DontKnowMe.py
+++ b/pyload/plugins/crypter/DontKnowMe.py
@@ -15,8 +15,8 @@ class DontKnowMe(Crypter):
__pattern__ = r'http://(?:www\.)?dontknow.me/at/\?.+$'
__description__ = """DontKnow.me decrypter plugin"""
- __author_name__ = "selaux"
- __author_mail__ = None
+ __authors__ = [("selaux", None)]
+
LINK_PATTERN = r'http://dontknow.me/at/\?(.+)$'