mirror of
https://github.com/searxng/searxng.git
synced 2026-06-15 06:16:51 +02:00
[feat] engines: add support for search.ayo.de
This commit is contained in:
@@ -491,6 +491,22 @@ engines:
|
|||||||
engine: arxiv
|
engine: arxiv
|
||||||
shortcut: arx
|
shortcut: arx
|
||||||
|
|
||||||
|
- name: ayo
|
||||||
|
engine: xpath
|
||||||
|
shortcut: ayo
|
||||||
|
search_url: https://search.ayo.de/search?q={query}
|
||||||
|
results_xpath: //div[contains(@class, 'search-result')]/div
|
||||||
|
url_xpath: .//a/@href
|
||||||
|
title_xpath: .//h3
|
||||||
|
content_xpath: .//p
|
||||||
|
suggestion_xpath: .//a[starts-with(@href, "https://search.ayo.de")]
|
||||||
|
disabled: true
|
||||||
|
about:
|
||||||
|
website: https://serach.ayo.de
|
||||||
|
use_official_api: false
|
||||||
|
require_api_key: false
|
||||||
|
results: HTML
|
||||||
|
|
||||||
- name: azure
|
- name: azure
|
||||||
engine: azure
|
engine: azure
|
||||||
shortcut: az
|
shortcut: az
|
||||||
|
|||||||
Reference in New Issue
Block a user