diff options
author | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2018-11-20 13:55:29 +0100 |
---|---|---|
committer | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2018-11-20 13:55:29 +0100 |
commit | 64df38da56ff734bf455eb4b2d7000c85787bbfd (patch) | |
tree | 254246b2ec94c962ebdb2607e67792a2a675a051 | |
parent | bc7c8a3973a8614dfb14d97b853c9a46ddcabab1 (diff) | |
download | searxng-64df38da56ff734bf455eb4b2d7000c85787bbfd.tar.gz searxng-64df38da56ff734bf455eb4b2d7000c85787bbfd.zip |
[add] seznam engine
-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 |