
Các thông số về trình tìm kiếm - duckduckgo
Tên trình tìm kiếm | Điểm số | Số lượng kết quả | Thời gian phản hồi | Độ tin cậy | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
duckduckgo | 2.0 |
|
95 |
Lỗi và ngoại lệ
Ngoại lệ | searx.exceptions.SearxEngineCaptchaException | Phần trăm | 5 |
---|---|---|---|
Tham số | CAPTCHA (uk-en) | ||
Tên file | searx/engines/duckduckgo.py:352 | ||
Chức năng | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Ngoại lệ | searx.exceptions.SearxEngineCaptchaException | Phần trăm | 0 |
---|---|---|---|
Tham số | CAPTCHA (us-en) | ||
Tên file | searx/engines/duckduckgo.py:352 | ||
Chức năng | response | ||
Code | raise SearxEngineCaptchaException(suspended_time=0, message=f"CAPTCHA ({resp.search_params['data'].get('kl')})") |
Ngoại lệ | httpx.TimeoutException | Phần trăm | 0 |
---|---|---|---|
Tên file | searx/search/processors/online.py:116 | ||
Chức năng | _send_http_request | ||
Code | response = req(params['url'], **request_args) |