[feat] engines: add support for search.ayo.de

This commit is contained in:
Bnyro
2026-06-13 11:06:46 +02:00
parent 31a8a22aa6
commit a857041afc
+16
View File
@@ -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