From 35dd0694027baef2c2eb18d27bd0f5dcbcc999ad Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 11 Feb 2021 12:32:58 +0100 Subject: [fix] fix seznam engine no paging support --- searx/settings.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 20b6c18c1..81a5190e9 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1170,24 +1170,8 @@ engines: - 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[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 + engine: seznam disabled : True - about: - website: https://www.seznam.cz/ - wikidata_id: Q3490485 - official_api_documentation: https://api.sklik.cz/ - use_official_api: false - require_api_key: false - results: HTML - name : mojeek shortcut: mjk -- cgit v1.2.3