diff options
| author | ArsenBilov <anykeyev8@gmail.com> | 2026-08-13 19:16:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-13 18:16:56 +0200 |
| commit | ef9a188cc8d13acb85923ab9b1eee5a4a484ea64 (patch) | |
| tree | 3896c9b22eda2a06ac5102469b1a7c586d77630c /searx/settings.yml | |
| parent | cdfdaa5a88ba7e0b3b4e4d13c9fe448b4321a4dd (diff) | |
[feat] engines: add paid yandex search api (#6349)
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1bf3b5715..a7cc04d23 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2584,6 +2584,16 @@ engines: shortcut: ydi disabled: true + - name: yandex api + engine: yandex_api + categories: [general, web] + shortcut: yda + inactive: true + # api_key: "" + # folder_id: "" + # search_type: SEARCH_TYPE_COM + # l10n: LOCALIZATION_EN + - name: yandex music engine: yandex_music network: yandex |
