mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[feat] engine: implementation of searchmysite
This commit is contained in:
parent
f8bdf61976
commit
c8d0b6529b
@ -1532,6 +1532,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
|
||||||
|
Loading…
Reference in New Issue
Block a user