summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Chevalier <pierrechevaliergeol@gmail.com>2021-03-17 16:43:09 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-04-22 12:35:25 +0200
commita80bf1ba9779ffaa0651d365dff1508aabf4931f (patch)
treeb2d5e6c3b2ad02ba63c4181c5a63057cf2fd3c6b /Makefile
parent981cdb7acf4b7d90a596654c3f7c35c4ecec6eb8 (diff)
[enh] Add Springer Nature engine
Springer Nature is a global publisher dedicated to providing service to research community [1] with official API [2]. To test this PR, first get your API key following this page: https://dev.springernature.com/signup In searx/engines/springer.py at line 24, add this API key. I left my own key, commented out in the line aboce. Feel free to use it, if needed. [1] https://www.springernature.com/ [2] https://dev.springernature.com/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8d6359c..ca32fa6b 100644
--- a/Makefile
+++ b/Makefile
@@ -194,6 +194,7 @@ PYLINT_FILES=\
searx/engines/meilisearch.py \
searx/engines/solidtorrents.py \
searx/engines/solr.py \
+ searx/engines/springer.py \
searx/engines/google_scholar.py \
searx/engines/yahoo_news.py \
searx/engines/apkmirror.py \