mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
commit
6c95ebcff5
@ -709,10 +709,11 @@ engines:
|
|||||||
engine: xpath
|
engine: xpath
|
||||||
paging : True
|
paging : True
|
||||||
search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
|
search_url : https://search.seznam.cz/?q={query}&count=10&from={pageno}
|
||||||
results_xpath: //div[@class="Page-content"]//div[@class="Result "]
|
results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
|
||||||
url_xpath : ./h3/a/@href
|
url_xpath : ./h3/a/@href
|
||||||
title_xpath : ./h3
|
title_xpath : ./h3
|
||||||
content_xpath : .//p[@class="Result-description"]
|
content_xpath : .//p[@class="Result-description"]
|
||||||
|
suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
|
||||||
first_page_num : 0
|
first_page_num : 0
|
||||||
page_size : 10
|
page_size : 10
|
||||||
disabled : True
|
disabled : True
|
||||||
|
Loading…
Reference in New Issue
Block a user