[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:
Bnyro
2026-06-13 19:09:58 +02:00
committed by GitHub
parent 2100eb04e1
commit 2e10a2f614
+21
View File
@@ -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