diff options
author | 2014-04-21 19:26:53 +0200 | |
---|---|---|
committer | 2014-04-21 19:26:53 +0200 | |
commit | db52fa001a481ab97100172bb9905fc144c8752d (patch) | |
tree | a0f9be62360ff7693c6478015a15f85bc9eb2462 /pyload/plugins/Base.py | |
parent | Moving new plugins from module to pyload (diff) | |
download | pyload-db52fa001a481ab97100172bb9905fc144c8752d.tar.xz |
updated bottle, fixed a header and referer bug
Diffstat (limited to 'pyload/plugins/Base.py')
-rw-r--r-- | pyload/plugins/Base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/Base.py b/pyload/plugins/Base.py index 97fb027d8..cd03da6ed 100644 --- a/pyload/plugins/Base.py +++ b/pyload/plugins/Base.py @@ -283,7 +283,7 @@ class Base(object): self.logDebug("Deprecated method .correctCaptcha, use .correctTask") self.correctTask() - def decryptCaptcha(self, url, get={}, post={}, cookies=False, forceUser=False, imgtype='jpg', + def decryptCaptcha(self, url, get={}, post={}, cookies=True, forceUser=False, imgtype='jpg', result_type='textual'): """ Loads a captcha and decrypts it with ocr, plugin, user input |