mirror of
https://github.com/searxng/searxng.git
synced 2026-06-16 06:46:52 +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
|
categories: videos
|
||||||
disabled: true
|
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
|
- name: repology
|
||||||
engine: repology
|
engine: repology
|
||||||
shortcut: rep
|
shortcut: rep
|
||||||
|
|||||||
Reference in New Issue
Block a user