diff options
author | Nitzo <nitzo2001@yahoo.com> | 2016-01-21 20:24:35 +0100 |
---|---|---|
committer | Nitzo <nitzo2001@yahoo.com> | 2016-01-21 20:24:35 +0100 |
commit | 3b0e543850d279a9e1d0376edf2a465d1c351476 (patch) | |
tree | 3d75ed82f0c52b2f99ea867e5161031ccbdd25d4 /module/plugins/crypter/FilecryptCc.py | |
parent | Merge remote-tracking branch 'origin/stable' into stable (diff) | |
download | pyload-3b0e543850d279a9e1d0376edf2a465d1c351476.tar.xz |
[FilecryptCc] fix #2311
Diffstat (limited to 'module/plugins/crypter/FilecryptCc.py')
-rw-r--r-- | module/plugins/crypter/FilecryptCc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/FilecryptCc.py b/module/plugins/crypter/FilecryptCc.py index 1db129697..1b1159e36 100644 --- a/module/plugins/crypter/FilecryptCc.py +++ b/module/plugins/crypter/FilecryptCc.py @@ -25,8 +25,8 @@ class FilecryptCc(Crypter): __description__ = """Filecrypt.cc decrypter plugin""" __license__ = "GPLv3" - __authors__ = [("zapp-brannigan", "fuerst.reinje@web.de"), - ("GammaC0de" , None )] + __authors__ = [("zapp-brannigan", "fuerst.reinje@web.de" ), + ("GammaC0de" , "nitzo2001[AT]yahoo[DOT]com")] # URL_REPLACEMENTS = [(r'.html$', ""), (r'$', ".html")] #@TODO: Extend SimpleCrypter |