diff options
| author | Bnyro <bnyro@tutanota.com> | 2026-07-08 21:47:07 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2026-07-09 12:11:41 +0200 |
| commit | b512eaa272c0ad6e6c2cca7c6f67dc1feb0ce1bd (patch) | |
| tree | d95b89e99879a2cc339b9f2e4d9831153a73609a | |
| parent | 1412926f5c80ffabc90719450578eb98fda9e161 (diff) | |
[feat] engines: add kovunka.net (general)
| -rw-r--r-- | searx/settings.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d2003a532..36bc82c2b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1422,6 +1422,27 @@ engines: # api_key: "" # required # kagi_categ: videos + - name: kavunka demo + engine: xpath + categories: general + paging: true + shortcut: kav + search_url: https://kavunka.net/search/kavunka-srv.php + method: POST + request_body: request={query}&np={pageno} + headers: + Content-Type: application/x-www-form-urlencoded + disabled: true + inactive: true + results_xpath: //div[contains(@class, "issue")] + url_xpath: .//h2/a/@href + title_xpath: .//h2 + content_xpath: .//div[contains(@class, "snip")] + about: + website: https://kavunka.net + description: "Demo index of Kavunka, a statistical search engine" + results: HTML + - name: kozmonavt engine: xpath search_url: https://kozmonavt.su/s?q={query} |
