diff options
Diffstat (limited to 'pyload/plugins/crypter/DontKnowMe.py')
-rw-r--r-- | pyload/plugins/crypter/DontKnowMe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/DontKnowMe.py b/pyload/plugins/crypter/DontKnowMe.py index d1ee0f724..e40e3292f 100644 --- a/pyload/plugins/crypter/DontKnowMe.py +++ b/pyload/plugins/crypter/DontKnowMe.py @@ -18,7 +18,7 @@ class DontKnowMe(Crypter): __description = """DontKnow.me decrypter plugin""" __license = "GPLv3" - __authors = [("selaux", None)] + __authors = [("selaux", "")] LINK_PATTERN = r'http://dontknow\.me/at/\?(.+)$' |