
Statistiques des moteurs - duckduckgo
Nom du moteur | Score | Nombre de résultats | Temps de réponse | Fiabilité | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
duckduckgo | 0.6 |
|
85 |
Erreurs et exceptions
Exception | searx.exceptions.SearxEngineCaptchaException | Pourcentage | 15 |
---|---|---|---|
Paramètre | CAPTCHA (fr-fr) | ||
Nom de fichier | searx/engines/duckduckgo.py:352 | ||
Fonction | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Exception | httpx.ConnectError | Pourcentage | 0 |
---|---|---|---|
Paramètre | NoneNonehtml.duckduckgo.com | ||
Nom de fichier | searx/search/processors/online.py:116 | ||
Fonction | _send_http_request | ||
Code | response = req(params['url'], **request_args) |
Exception | searx.exceptions.SearxEngineXPathException | Pourcentage | 0 |
---|---|---|---|
Paramètre | //div[@id="zero_click_abstract"]/a/@hrefindex 0 not found | ||
Nom de fichier | searx/engines/duckduckgo.py:391 | ||
Fonction | response | ||
Code | url=eval_xpath_getindex(doc, '//div[@id="zero_click_abstract"]/a/@href', 0), # type: ignore |