diff options
Diffstat (limited to 'pyload/plugins/crypter/CzshareCom.py')
-rw-r--r-- | pyload/plugins/crypter/CzshareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/CzshareCom.py b/pyload/plugins/crypter/CzshareCom.py index b79f540ff..61d943222 100644 --- a/pyload/plugins/crypter/CzshareCom.py +++ b/pyload/plugins/crypter/CzshareCom.py @@ -7,7 +7,7 @@ from pyload.plugins.internal.Crypter import Crypter class CzshareCom(Crypter): __name__ = "CzshareCom" __type__ = "crypter" - __version__ = "0.2" + __version__ = "0.20" __pattern__ = r'http://(?:www\.)?(czshare|sdilej)\.(com|cz)/folders/.*' __config__ = [("use_subfolder", "bool", "Save package to subfolder", True), |