From 199e03de1dbd1310cf3a11c8305d0f3a211709ea Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 21 Jun 2026 21:08:13 +0200 Subject: [PATCH] [feat] engines: add kozmonavt.su (general) --- searx/settings.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index c57756e6f..29cb8e903 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1382,6 +1382,23 @@ engines: # api_key: "" # required # kagi_categ: videos + - name: kozmonavt + engine: xpath + paging: true + # pageno query param key is U+1D5D1 (looks like an "x") + search_url: https://kozmonavt.su/s?q={query}&%F0%9D%97%91={pageno} + shortcut: koz + disabled: true + # inactive: true + results_xpath: //div[contains(@class, 'list')]/section + url_xpath: concat('https://', substring-after(.//a/@href, '?q=')) + title_xpath: .//a + content_xpath: .//div[contains(@class, 'snip')] + about: + website: https://kozmonavt.su + description: "Web site directory with its own index" + results: HTML + - name: jisho engine: jisho shortcut: js