mirror of
https://github.com/searxng/searxng.git
synced 2026-06-14 22:06:52 +02:00
[feat] engines: add support for search.ayo.de
This commit is contained in:
@@ -491,6 +491,22 @@ engines:
|
||||
engine: arxiv
|
||||
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
|
||||
engine: azure
|
||||
shortcut: az
|
||||
|
||||
Reference in New Issue
Block a user