summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RyushareCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/RyushareCom.py')
-rw-r--r--module/plugins/hoster/RyushareCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/RyushareCom.py b/module/plugins/hoster/RyushareCom.py
index 841af351c..cd77ac4a6 100644
--- a/module/plugins/hoster/RyushareCom.py
+++ b/module/plugins/hoster/RyushareCom.py
@@ -12,7 +12,7 @@ from module.plugins.internal.CaptchaService import SolveMedia
class RyushareCom(XFSPHoster):
__name__ = "RyushareCom"
__type__ = "hoster"
- __version__ = "0.18"
+ __version__ = "0.19"
__pattern__ = r'http://(?:www\.)?ryushare\.com/\w+'
@@ -63,7 +63,7 @@ class RyushareCom(XFSPHoster):
captcha_key = captcha.detect_key()
if captcha_key is None:
- self.parseError("SolveMedia key not found")
+ self.error("SolveMedia key not found")
challenge, response = captcha.challenge(captcha_key)