[feat] implementation of qwant lite for web search
This commit is contained in:
parent
d07c006aed
commit
55c0a92d8c
@ -1280,6 +1280,18 @@ engines:
|
|||||||
categories: [videos, web]
|
categories: [videos, web]
|
||||||
network: qwant
|
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
|
# - name: library
|
||||||
# engine: recoll
|
# engine: recoll
|
||||||
# shortcut: lib
|
# shortcut: lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user