1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 02:20:13 +02:00

Merge pull request #11 from return42/add-doi

[enh] add DOI resolver from sci-hub / replace default DOI
This commit is contained in:
Alexandre Flament 2021-04-22 12:20:37 +02:00 committed by GitHub
commit a0e55a587a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

View File

@ -1422,6 +1422,11 @@ doi_resolvers :
oadoi.org : 'https://oadoi.org/'
doi.org : 'https://doi.org/'
doai.io : 'https://dissem.in/'
sci-hub.tw : 'https://sci-hub.tw/'
sci-hub.se : 'https://sci-hub.se/'
sci-hub.do : 'https://sci-hub.do/'
scihubtw.tw : 'https://scihubtw.tw/'
sci-hub.st : 'https://sci-hub.st/'
sci-hub.bar : 'https://sci-hub.bar/'
sci-hub.it.nf : 'https://sci-hub.it.nf/'
default_doi_resolver : 'oadoi.org'

View File

@ -43,6 +43,11 @@ doi_resolvers :
oadoi.org : 'https://oadoi.org/'
doi.org : 'https://doi.org/'
doai.io : 'https://dissem.in/'
sci-hub.tw : 'https://sci-hub.tw/'
sci-hub.se : 'https://sci-hub.se/'
sci-hub.do : 'https://sci-hub.do/'
scihubtw.tw : 'https://scihubtw.tw/'
sci-hub.st : 'https://sci-hub.st/'
sci-hub.bar : 'https://sci-hub.bar/'
sci-hub.it.nf : 'https://sci-hub.it.nf/'
default_doi_resolver : 'sci-hub.tw'
default_doi_resolver : 'oadoi.org'