[fix] seznam engine

This commit is contained in:
Venca24 2019-05-21 14:27:30 +02:00
parent a84caa22cf
commit c66a019478
1 changed files with 2 additions and 1 deletions

View File

@ -709,10 +709,11 @@ engines:
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 "]
results_xpath: //div[@class="Page-content"]//div[contains(@class, "Result ")]
url_xpath : ./h3/a/@href
title_xpath : ./h3
content_xpath : .//p[@class="Result-description"]
suggestion_xpath: //div[@class="Related-container"]//div[@class="RelatedItem"]/div/span/a
first_page_num : 0
page_size : 10
disabled : True