mirror of
https://github.com/searxng/searxng.git
synced 2026-06-15 06:16:51 +02:00
[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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user