
Engine stats - google videos
| Engine name | Scores | Result count | Response time | Reliability |
|---|---|---|---|---|
| google videos | 0 |
Errors and exceptions
| Exception | searx.exceptions.SearxEngineTooManyRequestsException | Percentage | 75 |
|---|---|---|---|
| Parameter | Too many request | ||
| Filename | searx/search/processors/online.py:116 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Exception | searx.exceptions.SearxEngineXPathException | Percentage | 25 |
|---|---|---|---|
| Parameter | .//div[@class="ITZIwc"]index 0 not found | ||
| Filename | searx/engines/google_videos.py:117 | ||
| Function | response | ||
| Code | c_node = eval_xpath_getindex(result, './/div[@class="ITZIwc"]', 0) | ||