[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.
This commit is contained in:
Bnyro
2026-06-09 20:48:52 +02:00
committed by Markus Heiser
parent e3d4fbe570
commit 82a8a90230
+17
View File
@@ -320,6 +320,23 @@ engines:
shortcut: 9g shortcut: 9g
disabled: true 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 - name: acfun
engine: acfun engine: acfun
shortcut: acf shortcut: acf