mirror of
https://github.com/ilyakooo0/searx.git
synced 2024-11-29 10:42:18 +03:00
Merge pull request #2706 from aurora-vasiliev/master
[enh] add DOI resolver from sci-hub
This commit is contained in:
commit
ff850f4961
@ -1453,6 +1453,11 @@ doi_resolvers :
|
|||||||
oadoi.org : 'https://oadoi.org/'
|
oadoi.org : 'https://oadoi.org/'
|
||||||
doi.org : 'https://doi.org/'
|
doi.org : 'https://doi.org/'
|
||||||
doai.io : 'https://dissem.in/'
|
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'
|
default_doi_resolver : 'sci-hub.do'
|
||||||
|
@ -43,6 +43,12 @@ doi_resolvers :
|
|||||||
oadoi.org : 'https://oadoi.org/'
|
oadoi.org : 'https://oadoi.org/'
|
||||||
doi.org : 'https://doi.org/'
|
doi.org : 'https://doi.org/'
|
||||||
doai.io : 'https://dissem.in/'
|
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 : 'sci-hub.do'
|
||||||
|
Loading…
Reference in New Issue
Block a user