From 82a8a9023076c09354d6c3a300c18fa64bb26127 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Tue, 9 Jun 2026 20:48:52 +0200 Subject: [PATCH] [feat] engines: add abcnyheter engine (general, norway) (#6231) Add support for https://startsiden.abcnyheter.no, a netherlandish search engine that probably uses Google or Bing? idk it also returns English results, but e.g. ``test`` returns mostly results from netherlands. --- searx/settings.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index 5b3152c41..775868f03 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -320,6 +320,23 @@ engines: shortcut: 9g disabled: true + - name: abcnyheter + engine: xpath + paging: true + search_url: https://startsiden.abcnyheter.no/sok/?q={query}&page={pageno} + shortcut: abc + disabled: true + results_xpath: //ul[contains(@class, "results__list")]/li[contains(@class, "result")] + url_xpath: ./a/@href + title_xpath: ./a/h3 + content_xpath: ./div + about: + website: https://abcnyheter.no + use_official_api: false + require_api_key: false + results: HTML + lang: "no" + - name: acfun engine: acfun shortcut: acf