From 1d60d4253adac592629bbb6fcb23a9057c96fd4c Mon Sep 17 00:00:00 2001 From: Allen <64094914+allendema@users.noreply.github.com> Date: Thu, 29 Jul 2021 13:34:58 +0200 Subject: [PATCH] [enh] Add Kaufland.de thumbnail_xpath not working currently. --- searx/settings.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index 3284c985..bfc817db 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1414,6 +1414,25 @@ engines: engine : mediathekviewweb shortcut : mvw + - name : kaufland + shortcut : kauf + engine : xpath + timeout : 3.0 + paging : True + search_url : https://www.kaufland.de/item/search/?search_value={query}&page={pageno} + title_xpath : //li[@class="product__title"] + url_xpath : //div[@class="product"]//a/@href + content_xpath : //div[@class="price"] + #thumbnail_xpath : '//div[@class="product__image-container"]//img/@data-src' + categories : general + disabled : True + about: + website: https://kaufland.de + wikidata_id: Q685967 + use_official_api: false + require_api_key: false + results: HTML + # - name : yacy # engine : yacy # shortcut : ya