Merge pull request #1533 from theel0ja/patch-1

Use HTTPS for crossref
pull/1/head
Alexandre Flament 6 years ago committed by GitHub
commit 34d85c8c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,7 +127,7 @@ engines:
- name : crossref
engine : json_engine
paging : True
search_url : http://search.crossref.org/dois?q={query}&page={pageno}
search_url : https://search.crossref.org/dois?q={query}&page={pageno}
url_query : doi
title_query : title
content_query : fullCitation

Loading…
Cancel
Save