From 2e7fbe890821da10e68d6dac137cac72719da918 Mon Sep 17 00:00:00 2001 From: ange Date: Wed, 1 May 2024 21:38:38 +0200 Subject: [PATCH] bump: 2024.4.30 --- .env | 2 +- settings.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.env b/.env index d3c29b8..2843f4d 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ PROD_URL=searx.gmoker.com -IMAGEAPP=docker.io/searxng/searxng:2024.4.30-f8bdf6197 +IMAGEAPP=docker.io/searxng/searxng:2024.4.30-c8d0b6529 diff --git a/settings.yml b/settings.yml index df5458f..ecc7057 100644 --- a/settings.yml +++ b/settings.yml @@ -1521,6 +1521,20 @@ engines: # engine: scanr_structures # disabled: true + - name: searchmysite + engine: xpath + shortcut: sms + categories: general + paging: true + search_url: https://searchmysite.net/search/?q={query}&page={pageno} + results_xpath: //div[contains(@class,'search-result')] + url_xpath: .//a[contains(@class,'result-link')]/@href + title_xpath: .//span[contains(@class,'result-title-txt')]/text() + content_xpath: ./p[@id='result-hightlight'] + disabled: true + about: + website: https://searchmysite.net + - name: sepiasearch engine: sepiasearch shortcut: sep