diff options
Diffstat (limited to 'module/plugins/crypter/CzshareCom.py')
-rw-r--r-- | module/plugins/crypter/CzshareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/CzshareCom.py b/module/plugins/crypter/CzshareCom.py index 71847ab48..e527d683f 100644 --- a/module/plugins/crypter/CzshareCom.py +++ b/module/plugins/crypter/CzshareCom.py @@ -9,7 +9,7 @@ class CzshareCom(Crypter): __type__ = "crypter" __version__ = "0.20" - __pattern__ = r'http://(?:www\.)?(czshare|sdilej)\.(com|cz)/folders/.*' + __pattern__ = r'http://(?:www\.)?(czshare|sdilej)\.(com|cz)/folders/.+' __config__ = [("use_subfolder", "bool", "Save package to subfolder", True), ("subfolder_per_package", "bool", "Create a subfolder for each package", True)] |