Skip to content

Commit

Permalink
[feat] engine: implementation of searchmysite
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin-Olacsi authored and return42 committed Apr 30, 2024
1 parent f8bdf61 commit c8d0b65
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,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
Expand Down

0 comments on commit c8d0b65

Please sign in to comment.