mirror of
https://github.com/searxng/searxng.git
synced 2026-06-22 17:48:33 +02:00
[feat] engines: add xonaly.com (general)
This commit is contained in:
@@ -3069,6 +3069,22 @@ engines:
|
|||||||
shortcut: wttr
|
shortcut: wttr
|
||||||
timeout: 9.0
|
timeout: 9.0
|
||||||
|
|
||||||
|
- name: xonaly
|
||||||
|
engine: xpath
|
||||||
|
search_url: https://xonaly.com/?query={query}
|
||||||
|
categories: general
|
||||||
|
shortcut: xo
|
||||||
|
disabled: true
|
||||||
|
inactive: true
|
||||||
|
results_xpath: //div[contains(@class, 'results-block')]/ul/li
|
||||||
|
url_xpath: ./div[contains(@class, 'result-title')]/a/@href
|
||||||
|
title_xpath: ./div[contains(@class, 'result-title')]/a
|
||||||
|
content_xpath: ./p[contains(@class, 'excerpt')]
|
||||||
|
about:
|
||||||
|
website: https://xonaly.com
|
||||||
|
description: "Canadian search engine with its own index"
|
||||||
|
results: HTML
|
||||||
|
|
||||||
- name: zapmeta
|
- name: zapmeta
|
||||||
engine: xpath
|
engine: xpath
|
||||||
shortcut: zpm
|
shortcut: zpm
|
||||||
|
|||||||
Reference in New Issue
Block a user