search_hub ← Log

Commit

Hash
b1fca0fcafa77162ecd6207c929ace264b084358
Author
Ololduck <ololduck@vit.am>
Date
Parent
593a773

Message

feat: add generic HTML-scraped search engine Users can define custom search engines via config without writing code. Configure a URL template with {} placeholder, a CSS selector for the result container, and a display name. Results are extracted from <a> links inside the container using the existing default parse_results. Config example: [[engines]] type = "generic" name = "DuckDuckGo" url = "https://html.duckduckgo.com/html/?q={}" selector = "div.results" timeout_secs = 10.0

Changed Files (4)