mirror of
https://github.com/searxng/searxng.git
synced 2025-11-26 08:15:06 -05:00
[mod] yandex engines: all egine should use one network
- The three Yandex engines should use the same network context. - There is no reason to set these engines inactive Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
bcc7a5eb2e
commit
0ee78c19dd
@ -2110,22 +2110,21 @@ engines:
|
|||||||
search_type: web
|
search_type: web
|
||||||
shortcut: yd
|
shortcut: yd
|
||||||
disabled: true
|
disabled: true
|
||||||
inactive: true
|
|
||||||
|
|
||||||
- name: yandex images
|
- name: yandex images
|
||||||
engine: yandex
|
engine: yandex
|
||||||
|
network: yandex
|
||||||
categories: images
|
categories: images
|
||||||
search_type: images
|
search_type: images
|
||||||
shortcut: ydi
|
shortcut: ydi
|
||||||
disabled: true
|
disabled: true
|
||||||
inactive: true
|
|
||||||
|
|
||||||
- name: yandex music
|
- name: yandex music
|
||||||
engine: yandex_music
|
engine: yandex_music
|
||||||
|
network: yandex
|
||||||
shortcut: ydm
|
shortcut: ydm
|
||||||
disabled: true
|
disabled: true
|
||||||
# https://yandex.com/support/music/access.html
|
# https://yandex.com/support/music/access.html
|
||||||
inactive: true
|
|
||||||
|
|
||||||
- name: yahoo
|
- name: yahoo
|
||||||
engine: yahoo
|
engine: yahoo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user