From cd7849ffc82dc319e25ed80cae03dc021e5c7263 Mon Sep 17 00:00:00 2001 From: Denis Wernert Date: Tue, 2 Oct 2018 15:08:43 +0200 Subject: Adds the Unsplash image engine --- searx/settings.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 6e1b5fb74..b48fada8e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -642,6 +642,11 @@ engines: # content_xpath : //*[@class="meaning"] # shortcut : ud + - name : unsplash + engine : unsplash + disabled: True + shortcut : us + - name : yahoo engine : yahoo shortcut : yh -- cgit v1.2.3