diff options
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 |