[fix] Springer-Nature & core.ac need API key to work

It is the whole engine definition that should be comment out : without the
api_key nothing works.

Signed-off-by: Markus Heiser <markus@darmarit.de>
This commit is contained in:
Markus Heiser 2021-04-24 08:52:26 +02:00
parent 8efabd3ab7
commit 6d41255eb1
1 changed files with 13 additions and 17 deletions

View File

@ -272,14 +272,12 @@ engines:
categories : images categories : images
shortcut : cce shortcut : cce
- name : core.ac.uk # - name : core.ac.uk
engine : core # engine : core
categories : science # categories : science
shortcut : cor # shortcut : cor
# get your API key from: https://core.ac.uk/api-keys/register/ # # get your API key from: https://core.ac.uk/api-keys/register/
# api_key : "xxxxxxxx" # api_key : 'unset'
# set api_key and comment out disabled ..
disabled: True
- name : crossref - name : crossref
engine : json_engine engine : json_engine
@ -974,15 +972,13 @@ engines:
# query_fields : '' # query fields # query_fields : '' # query fields
# enable_http : True # enable_http : True
- name : springer nature # - name : springer nature
engine : springer # engine : springer
# get your API key from: https://dev.springernature.com/signup # # get your API key from: https://dev.springernature.com/signup
# api_key : "a69685087d07eca9f13db62f65b8f601" # working API key, for test & debug # api_key : 'unset' # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
# set api_key and comment out disabled .. # shortcut : springer
disabled: True # categories : science
shortcut : springer # timeout : 6.0
categories : science
timeout : 6.0
- name : startpage - name : startpage
engine : startpage engine : startpage