summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/StealthTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/StealthTo.py')
-rw-r--r--module/plugins/crypter/StealthTo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/crypter/StealthTo.py b/module/plugins/crypter/StealthTo.py
index 551468980..3a175cd87 100644
--- a/module/plugins/crypter/StealthTo.py
+++ b/module/plugins/crypter/StealthTo.py
@@ -6,7 +6,8 @@ from module.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo
class StealthTo(DeadCrypter):
__name__ = "StealthTo"
__type__ = "crypter"
- __version__ = "0.20"
+ __version__ = "0.21"
+ __status__ = "testing"
__pattern__ = r'http://(?:www\.)?stealth\.to/folder/.+'
__config__ = [] #@TODO: Remove in 0.4.10