diff options
| author | habsinn <habsinn@habsinn.chateau.org> | 2021-03-18 11:46:55 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-22 12:25:43 +0200 |
| commit | 41a2e3785ea3a926cf0d0df89770e908b01566a9 (patch) | |
| tree | cd26f55704f5f8826f01f81efebddbd74f3f161a /searx/settings.yml | |
| parent | 981cdb7acf4b7d90a596654c3f7c35c4ecec6eb8 (diff) | |
[enh] add engine using API from "The Art Institute of Chicago"
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 e4c672507..ecbcfb1f0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -185,6 +185,11 @@ engines: require_api_key: false results: HTML + - name : artic + engine : artic + shortcut : arc + timeout : 4.0 + - name : arxiv engine : arxiv shortcut : arx |