From a857041afcb7775ae51e017c0d9633fc8e915197 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 13 Jun 2026 11:06:46 +0200 Subject: [PATCH] [feat] engines: add support for search.ayo.de --- searx/settings.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index 87196fa39..cad2fa0ed 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -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