summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-10-21 22:01:52 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-10-21 22:01:52 +0200
commit96eb61ae8575ddde4782b80c3d9aed410e3da025 (patch)
tree0e2e939c0fdd1ba672f1a00a39ff1e35874c0855
parentMerge pull request #2093 from malkavi/stable (diff)
downloadpyload-96eb61ae8575ddde4782b80c3d9aed410e3da025.tar.xz
Update SimpleCrypter.py
-rw-r--r--module/plugins/internal/SimpleCrypter.py4
1 files changed, 2 insertions, 2 deletions
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))