logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 62cc1dcc520b308eae8ecf80857272243669afb0
parent: abcbcec0b5ab9a3108ccc972876fdb60c7911e7a
Author: Noémi Ványi <kvch@users.noreply.github.com>
Date:   Sun,  6 Jan 2019 11:33:35 +0100

Merge pull request #1474 from Venca24/devel_mojeek

[add] mojeek engine

Diffstat:

Msearx/settings.yml14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -710,6 +710,20 @@ engines: page_size : 10 disabled : True + - name : mojeek + shortcut: mjk + engine: xpath + paging : True + search_url : https://www.mojeek.com/search?q={query}&s={pageno} + results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li + url_xpath : ./h2/a/@href + title_xpath : ./h2 + content_xpath : ./p[@class="s"] + suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a + first_page_num : 1 + page_size : 10 + disabled : True + # - name : yacy # engine : yacy # shortcut : ya