bump: 2024.4.30

Reviewed-on: #1
This commit is contained in:
ange 2024-05-15 13:59:49 +00:00
commit f50b9227bb
2 changed files with 15 additions and 1 deletions

2
.env
View File

@ -1,2 +1,2 @@
PROD_URL=searx.gmoker.com PROD_URL=searx.gmoker.com
IMAGEAPP=docker.io/searxng/searxng:2024.4.30-f8bdf6197 IMAGEAPP=docker.io/searxng/searxng:2024.4.30-c8d0b6529

View File

@ -1521,6 +1521,20 @@ engines:
# engine: scanr_structures # engine: scanr_structures
# disabled: true # 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 - name: sepiasearch
engine: sepiasearch engine: sepiasearch
shortcut: sep shortcut: sep