mirror of https://github.com/searx/searx
[enh] Add Kaufland.de
thumbnail_xpath not working currently.
This commit is contained in:
parent
3b192e6387
commit
1d60d4253a
|
@ -1414,6 +1414,25 @@ engines:
|
||||||
engine : mediathekviewweb
|
engine : mediathekviewweb
|
||||||
shortcut : mvw
|
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
|
# - name : yacy
|
||||||
# engine : yacy
|
# engine : yacy
|
||||||
# shortcut : ya
|
# shortcut : ya
|
||||||
|
|
Loading…
Reference in New Issue