diff options
author | 2014-10-28 04:01:38 +0100 | |
---|---|---|
committer | 2014-10-28 04:01:38 +0100 | |
commit | 885f8ed782e64d9e73367905e642a84d0a8999f1 (patch) | |
tree | 2dedaf1c10ac89398d4b9b197fb713d2e05a08fd /module/plugins/crypter/SafelinkingNet.py | |
parent | [XFSPAccount] Improve VALID_UNTIL_PATTERN 2 (diff) | |
download | pyload-885f8ed782e64d9e73367905e642a84d0a8999f1.tar.xz |
Update __config__
Diffstat (limited to 'module/plugins/crypter/SafelinkingNet.py')
-rw-r--r-- | module/plugins/crypter/SafelinkingNet.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/crypter/SafelinkingNet.py b/module/plugins/crypter/SafelinkingNet.py index fbeaa406c..37bb4d37e 100644 --- a/module/plugins/crypter/SafelinkingNet.py +++ b/module/plugins/crypter/SafelinkingNet.py @@ -17,6 +17,8 @@ class SafelinkingNet(Crypter): __version__ = "0.1" __pattern__ = r'https?://(?:www\.)?safelinking\.net/([pd])/\w+' + __config__ = [("use_subfolder", "bool", "Save package to subfolder", True), + ("subfolder_per_package", "bool", "Create a subfolder for each package", True)] __description__ = """Safelinking.net decrypter plugin""" __license__ = "GPLv3" |