forked from Icycoide/searxng
[fix] engines: disable those with known issues (#4813)
- z-library https://github.com/searxng/searxng/issues/3610 - library of congress: https://github.com/searxng/searxng/issues/4810 - qwant: https://github.com/searxng/searxng/issues/3929 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
9ffe23ecf3
commit
365b9426f1
1 changed files with 3 additions and 0 deletions
|
@ -1235,11 +1235,13 @@ engines:
|
|||
shortcut: zlib
|
||||
categories: files
|
||||
timeout: 7.0
|
||||
disabled: true
|
||||
|
||||
- name: library of congress
|
||||
engine: loc
|
||||
shortcut: loc
|
||||
categories: images
|
||||
disabled: true
|
||||
|
||||
- name: libretranslate
|
||||
engine: libretranslate
|
||||
|
@ -1706,6 +1708,7 @@ engines:
|
|||
engine: qwant
|
||||
shortcut: qw
|
||||
categories: [general, web]
|
||||
disabled: true
|
||||
additional_tests:
|
||||
rosebud: *test_rosebud
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue