summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FilecryptCc.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/FilecryptCc.py')
-rw-r--r--module/plugins/crypter/FilecryptCc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/crypter/FilecryptCc.py b/module/plugins/crypter/FilecryptCc.py
index 720d20e01..a516392f1 100644
--- a/module/plugins/crypter/FilecryptCc.py
+++ b/module/plugins/crypter/FilecryptCc.py
@@ -15,12 +15,13 @@ from module.plugins.captcha.SolveMedia import SolveMedia
class FilecryptCc(Crypter):
- __name = "FilecryptCc"
+ __name__ = "FilecryptCc"
__type__ = "crypter"
__version__ = "0.20"
__status__ = "testing"
__pattern__ = r'https?://(?:www\.)?filecrypt\.cc/Container/\w+'
+ __config__ = [("activated", "bool", "Activated", True)]
__description__ = """Filecrypt.cc decrypter plugin"""
__license__ = "GPLv3"