Home
last modified time | relevance | path

Searched refs:NocaptchaQuestion (Results 1 – 2 of 2) sorted by relevance

/dports/www/py-weboob/weboob-2.0/weboob/capabilities/
H A Dcaptcha.py24 …RecaptchaQuestion, RecaptchaV3Question, NocaptchaQuestion, FuncaptchaQuestion, ImageCaptchaQuestion
94 elif isinstance(exc, NocaptchaQuestion):
/dports/www/py-weboob/weboob-2.0/weboob/
H A Dexceptions.py129 class NocaptchaQuestion(CaptchaQuestion): class
136 …super(NocaptchaQuestion, self).__init__(self.type, website_key=website_key, website_url=website_ur…