mirror of
https://github.com/searxng/searxng.git
synced 2026-06-13 21:37:51 +02:00
[feat] engines: add rawweb engine (foss, hand-indexed blogs) (#6234)
RawWeb is a search engine for personal websites / blog posts. It has its own index and the personal websites were selected by hand. Results are quite good for what it is imo. [^1] [^1]: https://github.com/0x2E/RawWeb.org
This commit is contained in:
@@ -1979,6 +1979,27 @@ engines:
|
||||
engine: radio_browser
|
||||
shortcut: rb
|
||||
|
||||
- name: rawweb
|
||||
engine: json_engine
|
||||
shortcut: rw
|
||||
categories: general
|
||||
paging: true
|
||||
search_url: 'https://api.rawweb.org/api/search?keyword={query}&page={pageno}&lang=*'
|
||||
results_query: data
|
||||
url_query: link
|
||||
title_query: title
|
||||
content_query: content
|
||||
title_html_to_text: true
|
||||
content_html_to_text: true
|
||||
disabled: true
|
||||
inactive: true
|
||||
about:
|
||||
website: https://rawweb.org
|
||||
official_api_documentation:
|
||||
use_official_api: false
|
||||
require_api_key: false
|
||||
results: JSON
|
||||
|
||||
- name: reddit
|
||||
engine: reddit
|
||||
shortcut: re
|
||||
|
||||
Reference in New Issue
Block a user