diff options
Diffstat (limited to 'module/plugins/internal/XFSPCrypter.py')
-rw-r--r-- | module/plugins/internal/XFSPCrypter.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/module/plugins/internal/XFSPCrypter.py b/module/plugins/internal/XFSPCrypter.py index 372657d2d..52b6aed34 100644 --- a/module/plugins/internal/XFSPCrypter.py +++ b/module/plugins/internal/XFSPCrypter.py @@ -4,15 +4,16 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter class XFSPCrypter(SimpleCrypter): - __name__ = "XFSPCrypter" - __type__ = "crypter" + __name__ = "XFSPCrypter" + __type__ = "crypter" __version__ = "0.02" __pattern__ = None + __config__ = [] __description__ = """XFileSharingPro decrypter plugin""" - __license__ = "GPLv3" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] + __license__ = "GPLv3" + __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] HOSTER_NAME = None |