|
.oO SearXNG Developer Documentation Oo.
|
Public Member Functions | |
| __init__ (self, int|None suspended_time=None, str message='CAPTCHA') | |
| Public Member Functions inherited from searx.exceptions.SearxEngineAccessDeniedException | |
| __init__ (self, int|None suspended_time=None, str message='Access denied') | |
Additional Inherited Members | |
| Public Attributes inherited from searx.exceptions.SearxEngineAccessDeniedException | |
| str | message = f"{message} (suspended_time={suspended_time})" |
| int | suspended_time = suspended_time |
| Static Public Attributes inherited from searx.exceptions.SearxEngineAccessDeniedException | |
| str | SUSPEND_TIME_SETTING = "search.suspended_times.SearxEngineAccessDenied" |
| Protected Member Functions inherited from searx.exceptions.SearxEngineAccessDeniedException | |
| int | _get_default_suspended_time (self) |
The website has returned a CAPTCHA.
Definition at line 87 of file exceptions.py.
| searx.exceptions.SearxEngineCaptchaException.__init__ | ( | self, | |
| int | None | suspended_time = None, | ||
| str | message = 'CAPTCHA' ) |
Definition at line 94 of file exceptions.py.