logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 3ff67c2e78c237c74c8691b82d28ce01445727c3
parent: ab8f7083e284f9ece03b98410d894c1d49a6317b
Author: pofilo <git@pofilo.fr>
Date:   Thu, 29 Nov 2018 16:20:33 +0100

Merge pull request #1438 from Venca24/devel_seznam

[add] seznam engine

Diffstat:

Msearx/settings.yml13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -723,6 +723,19 @@ engines: shortcut : du disabled : True + - name : seznam + shortcut: szn + engine: xpath + paging : True + search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno} + results_xpath: //div[@class="Page-content"]//div[@class="Result "] + url_xpath : ./h3/a/@href + title_xpath : ./h3 + content_xpath : .//p[@class="Result-description"] + first_page_num : 0 + page_size : 10 + disabled : True + # - name : yacy # engine : yacy # shortcut : ya