MCPcopy Index your code
hub / github.com/pyload/pyload / handle_captcha_errors

Method handle_captcha_errors

module/plugins/crypter/LinkCryptWs.py:165–169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 self.fail(_("Wrong password"))
164
165 def handle_captcha_errors(self):
166 if "Your choice was wrong" in self.data:
167 self.retry_captcha()
168 else:
169 self.captcha.correct()
170
171 def handle_link_source(self, source_type):
172 if source_type == "cnl":

Callers 1

decryptMethod · 0.95

Calls 2

retry_captchaMethod · 0.45
correctMethod · 0.45

Tested by

no test coverage detected