diff options
author | pofilo <git@pofilo.fr> | 2018-11-29 16:20:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-29 16:20:33 +0100 |
commit | 3ff67c2e78c237c74c8691b82d28ce01445727c3 (patch) | |
tree | 81a9d3e6801bdb2a84380b6b31a0d0c9bdd82a3f /searx | |
parent | ab8f7083e284f9ece03b98410d894c1d49a6317b (diff) | |
parent | 1e1437580a202a1e66009fd506875bba9fb3d654 (diff) | |
download | searxng-3ff67c2e78c237c74c8691b82d28ce01445727c3.tar.gz searxng-3ff67c2e78c237c74c8691b82d28ce01445727c3.zip |
Merge pull request #1438 from Venca24/devel_seznam
[add] seznam engine
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 6e1b5fb74..dda054e21 100644 --- 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 |