diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2019-01-19 12:01:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-19 12:01:04 +0100 |
| commit | 3e6d5ba35e198ba7e41c25115caf1612d508402b (patch) | |
| tree | fa96a97dc1802986e7eb182f4814ce5018b116f0 /searx/settings.yml | |
| parent | 89dd3dd93f7f6611e135583364c9d58099652835 (diff) | |
| parent | e946350b4e660917be6bd14d69c045ebb2531a22 (diff) | |
Merge pull request #1412 from d-tux/engines/unsplash
Unsplash image engine
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 00b001b6c..f4d6e537c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -616,6 +616,11 @@ engines: # content_xpath : //*[@class="meaning"] # shortcut : ud + - name : unsplash + engine : unsplash + disabled: True + shortcut : us + - name : yahoo engine : yahoo shortcut : yh |