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 /Makefile | |
parent | 981cdb7acf4b7d90a596654c3f7c35c4ecec6eb8 (diff) | |
download | searxng-41a2e3785ea3a926cf0d0df89770e908b01566a9.tar.gz searxng-41a2e3785ea3a926cf0d0df89770e908b01566a9.zip |
[enh] add engine using API from "The Art Institute of Chicago"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -197,6 +197,7 @@ PYLINT_FILES=\ searx/engines/google_scholar.py \ searx/engines/yahoo_news.py \ searx/engines/apkmirror.py \ + searx/engines/artic.py \ searx_extra/update/update_external_bangs.py test.pylint: pyenvinstall |