mirror of https://github.com/searxng/searxng.git
commit
3ff67c2e78
|
@ -723,6 +723,19 @@ engines:
|
||||||
shortcut : du
|
shortcut : du
|
||||||
disabled : True
|
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
|
# - name : yacy
|
||||||
# engine : yacy
|
# engine : yacy
|
||||||
# shortcut : ya
|
# shortcut : ya
|
||||||
|
|
Loading…
Reference in New Issue