From 3c42252c78faac3131dbeceea22c7f5f2e6df432 Mon Sep 17 00:00:00 2001 From: Xinos Date: Tue, 20 Feb 2024 18:38:34 +0700 Subject: [feat] engine: implementation of yandex music Access to music is limited to a few countries: - https://yandex.com/support/music/access.html --- searx/settings.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'searx/settings.yml') 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 -- cgit v1.2.3