diff options
| author | 2015-07-21 22:53:37 +0200 | |
|---|---|---|
| committer | 2015-07-21 22:53:37 +0200 | |
| commit | 027cb529d79558de19c47da88a782b31745a65c9 (patch) | |
| tree | 18ab9a8568cee2d07e6fc0dc8f9c03202245c594 /module/plugins/hoster/UploadheroCom.py | |
| parent | New __status__ magic key (diff) | |
| download | pyload-027cb529d79558de19c47da88a782b31745a65c9.tar.xz | |
New Captcha skeleton
Diffstat (limited to 'module/plugins/hoster/UploadheroCom.py')
| -rw-r--r-- | module/plugins/hoster/UploadheroCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UploadheroCom.py b/module/plugins/hoster/UploadheroCom.py index 54b9f229c..8a0b3a032 100644 --- a/module/plugins/hoster/UploadheroCom.py +++ b/module/plugins/hoster/UploadheroCom.py @@ -44,7 +44,7 @@ class UploadheroCom(SimpleHoster): if m is None: self.error(_("Captcha not found")) - captcha = self.decrypt_captcha(urlparse.urljoin("http://uploadhero.co", m.group(1))) + captcha = self.captcha.decrypt_image(urlparse.urljoin("http://uploadhero.co", m.group(1))) self.html = self.load(pyfile.url, get={'code': captcha}) |
