diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-22 13:22:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 13:22:49 +0200 |
| commit | cdcfd74f397708ef765f58f2f2530fa461601d24 (patch) | |
| tree | cd26f55704f5f8826f01f81efebddbd74f3f161a /searx/settings.yml | |
| parent | 981cdb7acf4b7d90a596654c3f7c35c4ecec6eb8 (diff) | |
| parent | 41a2e3785ea3a926cf0d0df89770e908b01566a9 (diff) | |
Merge pull request #14 from return42/add-artic
[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 |