diff options
| author | Xinos <userxinos@gmail.com> | 2024-02-20 18:38:34 +0700 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-02-21 17:17:12 +0100 |
| commit | 3c42252c78faac3131dbeceea22c7f5f2e6df432 (patch) | |
| tree | cf7883685dbfbf10c370691ad9b5cd35585a9b93 /searx/settings.yml | |
| parent | fb36a06acd86fa614e754e58f450e4685910b814 (diff) | |
[feat] engine: implementation of yandex music
Access to music is limited to a few countries:
- https://yandex.com/support/music/access.html
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 6847db53d..f56536ec0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1708,6 +1708,13 @@ engines: engine: unsplash shortcut: us + - name: yandex music + engine: yandex_music + shortcut: ydm + disabled: true + # https://yandex.com/support/music/access.html + inactive: true + - name: yahoo engine: yahoo shortcut: yh |