diff options
| author | rachmadani haryono <rachmadaniHaryono@users.noreply.github.com> | 2019-05-28 06:55:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-28 06:55:20 +0800 |
| commit | 7a127b45474118d09643a2ca9556d3035f9ef1cb (patch) | |
| tree | 34eaf4449dea212dc36a071877ffeaae8962b8a7 /searx | |
| parent | 9afc1b1e83670d2d921710559b790067dc211899 (diff) | |
| parent | 6c95ebcff5cbf3b154969648012dd1ac7678583b (diff) | |
Merge branch 'master' into feature/fix-config
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index f346647d1..506d73cb5 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -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 |