We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e2576 commit 874766aCopy full SHA for 874766a
1 file changed
wikidataintegrator/wdi_helpers/publication.py
@@ -309,7 +309,7 @@ def get_or_create(self, login):
309
310
def crossref_api_to_publication(ext_id, id_type="doi"):
311
assert id_type == "doi", "Unsupported id type in crossref: {}".format(id_type)
312
- url = "https://api.crossref.org/v1/works/http://dx.doi.org/{}"
+ url = "https://api.crossref.org/v1/works/https://doi.org/{}"
313
url = url.format(ext_id)
314
315
response = requests.get(url)
0 commit comments