summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/UnibytesCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-19 02:38:11 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-08-19 02:38:11 +0200
commit52dafac35c3cbfd110746b981afd80da1632a373 (patch)
tree09e17d3d6ea93d9cd0bd175dce7e3f3bb8b8be6a /module/plugins/hoster/UnibytesCom.py
parentTemp fix https://github.com/pyload/pyload/pull/1708 (diff)
downloadpyload-52dafac35c3cbfd110746b981afd80da1632a373.tar.xz
Spare plugin updates
Diffstat (limited to 'module/plugins/hoster/UnibytesCom.py')
-rw-r--r--module/plugins/hoster/UnibytesCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UnibytesCom.py b/module/plugins/hoster/UnibytesCom.py
index ac2589f47..d4b7d6dd4 100644
--- a/module/plugins/hoster/UnibytesCom.py
+++ b/module/plugins/hoster/UnibytesCom.py
@@ -65,7 +65,7 @@ class UnibytesCom(SimpleHoster):
self.wait(m.group(1) if m else 60, False)
elif last_step in ("captcha", "last"):
- post_data['captcha'] = self.captcha.decrypt(urlparse.urljoin(domain, "/captcha.jpg"))
+ post_data['captcha'] = self.captcha.decrypt(urlparse.urljoin(domain, "captcha.jpg"))
else:
self.fail(_("No valid captcha code entered"))