mirror of
https://github.com/searxng/searxng.git
synced 2026-06-13 21:37:51 +02:00
[feat] engines: add reloado engine (general, german) (#6233)
- adds support for https://reloado.com (german) - as it has its own index, the results are hit or miss and mostly German, but still worth integrating imo
This commit is contained in:
@@ -2698,6 +2698,25 @@ engines:
|
||||
categories: videos
|
||||
disabled: true
|
||||
|
||||
- name: reloado
|
||||
engine: xpath
|
||||
paging: true
|
||||
search_url: https://reloado.com/search?q={query}&page={pageno}
|
||||
results_xpath: //div[contains(@class, 'result-item')]
|
||||
url_xpath: .//div[contains(@class, 'result-title')]/a/@href
|
||||
title_xpath: .//div[contains(@class, 'result-title')]/a
|
||||
content_xpath: .//div[contains(@class, 'result-excerpt')]
|
||||
shortcut: rel
|
||||
categories: general
|
||||
disabled: true
|
||||
about:
|
||||
website: https://reloado.com
|
||||
official_api_documentation:
|
||||
use_official_api: false
|
||||
require_api_key: false
|
||||
results: HTML
|
||||
language: de
|
||||
|
||||
- name: repology
|
||||
engine: repology
|
||||
shortcut: rep
|
||||
|
||||
Reference in New Issue
Block a user