summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FilestubeCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/FilestubeCom.py')
-rw-r--r--module/plugins/crypter/FilestubeCom.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/crypter/FilestubeCom.py b/module/plugins/crypter/FilestubeCom.py
index 097655316..c94bf3410 100644
--- a/module/plugins/crypter/FilestubeCom.py
+++ b/module/plugins/crypter/FilestubeCom.py
@@ -9,6 +9,8 @@ class FilestubeCom(SimpleCrypter):
__version__ = "0.04"
__pattern__ = r'http://(?:www\.)?filestube\.(?:com|to)/\w+'
+ __config__ = [("use_subfolder", "bool", "Save package to subfolder", True),
+ ("subfolder_per_package", "bool", "Create a subfolder for each package", True)]
__description__ = """Filestube.com decrypter plugin"""
__license__ = "GPLv3"