From 4cc32b24572c00cbc6ba67414986baee00622fd9 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 22 Jun 2026 10:04:49 +0200 Subject: [PATCH] [fix] kozmonavt: remove pagination and set to inactive by default Pagination requires a different nextpage query parameter each day as it seems, so it's not possible to implement this in the Xpath engine. --- searx/settings.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/searx/settings.yml b/searx/settings.yml index a12a82a04..be4f23624 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1424,12 +1424,10 @@ engines: - 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} + search_url: https://kozmonavt.su/s?q={query} shortcut: koz disabled: true - # inactive: true + inactive: true results_xpath: //div[contains(@class, 'list')]/section url_xpath: concat('https://', substring-after(.//a/@href, '?q=')) title_xpath: .//a