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
|
||||
shortcut: qw
|
||||
categories: [general, web]
|
||||
disabled: true
|
||||
|
||||
- name: qwant news
|
||||
qwant_categ: news
|
||||
@@ -1805,6 +1806,7 @@ engines:
|
||||
shortcut: qwn
|
||||
categories: news
|
||||
network: qwant
|
||||
disabled: true
|
||||
|
||||
- name: qwant images
|
||||
qwant_categ: images
|
||||
@@ -1812,6 +1814,7 @@ engines:
|
||||
shortcut: qwi
|
||||
categories: [images, web]
|
||||
network: qwant
|
||||
disabled: true
|
||||
|
||||
- name: qwant videos
|
||||
qwant_categ: videos
|
||||
@@ -1819,6 +1822,7 @@ engines:
|
||||
shortcut: qwv
|
||||
categories: [videos, web]
|
||||
network: qwant
|
||||
disabled: true
|
||||
|
||||
# - name: library
|
||||
# engine: recoll
|
||||
|
||||
Reference in New Issue
Block a user