mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] implementation of qwant lite for web search
This commit is contained in:
parent
d07c006aed
commit
55c0a92d8c
1 changed files with 12 additions and 0 deletions
|
|
@ -1280,6 +1280,18 @@ engines:
|
|||
categories: [videos, web]
|
||||
network: qwant
|
||||
|
||||
- name: qwantlite
|
||||
engine: xpath
|
||||
paging: true
|
||||
search_url: https://lite.qwant.com/?q={query}&p={pageno}
|
||||
results_xpath: //section/article
|
||||
url_xpath: ./span/text()
|
||||
title_xpath: ./h2/a/text()
|
||||
content_xpath: ./p/text()
|
||||
shortcut: qwl
|
||||
categories: [general, web]
|
||||
network: qwant
|
||||
|
||||
# - name: library
|
||||
# engine: recoll
|
||||
# shortcut: lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue