summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/StealthTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/StealthTo.py')
-rw-r--r--pyload/plugins/crypter/StealthTo.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/plugins/crypter/StealthTo.py b/pyload/plugins/crypter/StealthTo.py
index c5236c3e9..1fdf1fd3b 100644
--- a/pyload/plugins/crypter/StealthTo.py
+++ b/pyload/plugins/crypter/StealthTo.py
@@ -4,16 +4,16 @@ from pyload.plugins.internal.DeadCrypter import DeadCrypter, create_getInfo
class StealthTo(DeadCrypter):
- __name__ = "StealthTo"
- __type__ = "crypter"
- __version__ = "0.20"
+ __name = "StealthTo"
+ __type = "crypter"
+ __version = "0.20"
- __pattern__ = r'http://(?:www\.)?stealth\.to/folder/.+'
- __config__ = []
+ __pattern = r'http://(?:www\.)?stealth\.to/folder/.+'
+ __config = []
- __description__ = """Stealth.to decrypter plugin"""
- __license__ = "GPLv3"
- __authors__ = [("spoob", "spoob@pyload.org")]
+ __description = """Stealth.to decrypter plugin"""
+ __license = "GPLv3"
+ __authors = [("spoob", "spoob@pyload.org")]
getInfo = create_getInfo(StealthTo)