summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ShareonlineBiz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/ShareonlineBiz.py')
-rw-r--r--module/plugins/hoster/ShareonlineBiz.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py
index 565e0364a..4d3697a09 100644
--- a/module/plugins/hoster/ShareonlineBiz.py
+++ b/module/plugins/hoster/ShareonlineBiz.py
@@ -123,9 +123,8 @@ class ShareonlineBiz(Hoster):
self.fail("No valid captcha solution received")
download_url = response.decode("base64")
- self.logDebug(download_url)
if not download_url.startswith("http://"):
- self.error("download url")
+ self.error("Wrong download url")
self.wait()
self.download(download_url)