diff options
author | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2019-01-06 10:47:09 +0100 |
---|---|---|
committer | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2019-01-06 10:47:09 +0100 |
commit | 8567cc74335654dbb0e2b17b48e3a5ddb8c1b5e2 (patch) | |
tree | 3148bc1cbee5201cc86516ccc3e24929a853ae5a /searx/settings.yml | |
parent | abcbcec0b5ab9a3108ccc972876fdb60c7911e7a (diff) | |
download | searxng-8567cc74335654dbb0e2b17b48e3a5ddb8c1b5e2.tar.gz searxng-8567cc74335654dbb0e2b17b48e3a5ddb8c1b5e2.zip |
[add] mojeek engine
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 845c4c876..35172bd6a 100644 --- 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 |