mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge pull request #15 from return42/add-springer
Add a search engine for Springer Nature
This commit is contained in:
commit
d01741c9a2
5 changed files with 87 additions and 0 deletions
|
|
@ -966,6 +966,16 @@ engines:
|
|||
# query_fields : '' # query fields
|
||||
# enable_http : True
|
||||
|
||||
- name : springer nature
|
||||
engine : springer
|
||||
# get your API key from: https://dev.springernature.com/signup
|
||||
# api_key : "a69685087d07eca9f13db62f65b8f601" # working API key, for test & debug
|
||||
# set api_key and comment out disabled ..
|
||||
disabled: True
|
||||
shortcut : springer
|
||||
categories : science
|
||||
timeout : 6.0
|
||||
|
||||
- name : startpage
|
||||
engine : startpage
|
||||
shortcut : sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue