mirror of
https://github.com/searxng/searxng.git
synced 2026-05-26 12:50:14 +02:00
[fix] disable qwant engine / the rate-limits are just very strict (#6148)
Qwant is set to inactive by default due to its strict rate-limits Related: - https://github.com/searxng/searxng/pull/6127 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -1798,6 +1798,7 @@ engines:
|
|||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qw
|
shortcut: qw
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: qwant news
|
- name: qwant news
|
||||||
qwant_categ: news
|
qwant_categ: news
|
||||||
@@ -1805,6 +1806,7 @@ engines:
|
|||||||
shortcut: qwn
|
shortcut: qwn
|
||||||
categories: news
|
categories: news
|
||||||
network: qwant
|
network: qwant
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: qwant images
|
- name: qwant images
|
||||||
qwant_categ: images
|
qwant_categ: images
|
||||||
@@ -1812,6 +1814,7 @@ engines:
|
|||||||
shortcut: qwi
|
shortcut: qwi
|
||||||
categories: [images, web]
|
categories: [images, web]
|
||||||
network: qwant
|
network: qwant
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: qwant videos
|
- name: qwant videos
|
||||||
qwant_categ: videos
|
qwant_categ: videos
|
||||||
@@ -1819,6 +1822,7 @@ engines:
|
|||||||
shortcut: qwv
|
shortcut: qwv
|
||||||
categories: [videos, web]
|
categories: [videos, web]
|
||||||
network: qwant
|
network: qwant
|
||||||
|
disabled: true
|
||||||
|
|
||||||
# - name: library
|
# - name: library
|
||||||
# engine: recoll
|
# engine: recoll
|
||||||
|
|||||||
Reference in New Issue
Block a user