From 96eb61ae8575ddde4782b80c3d9aed410e3da025 Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Wed, 21 Oct 2015 23:01:52 +0300 Subject: Update SimpleCrypter.py --- module/plugins/internal/SimpleCrypter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/internal') diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py index 050fff4a8..dc02cd056 100644 --- a/module/plugins/internal/SimpleCrypter.py +++ b/module/plugins/internal/SimpleCrypter.py @@ -11,7 +11,7 @@ from module.plugins.internal.utils import replace_patterns, set_cookie, set_cook class SimpleCrypter(Crypter): __name__ = "SimpleCrypter" __type__ = "crypter" - __version__ = "0.74" + __version__ = "0.75" __status__ = "testing" __pattern__ = r'^unmatchable$' @@ -89,7 +89,7 @@ class SimpleCrypter(Crypter): @classmethod def get_info(cls, url="", html=""): - info = super(SimpleHoster, cls).get_info(url) + info = super(SimpleCrypter, cls).get_info(url) info.update(cls.api_info(url)) -- cgit v1.2.3