summaryrefslogtreecommitdiff
path: root/searx/settings_robot.yml
diff options
context:
space:
mode:
authorLynda Lopez <45650136+lyndalopez544@users.noreply.github.com>2020-07-29 20:31:48 +0000
committerGitHub <noreply@github.com>2020-07-29 22:31:48 +0200
commitb06fc319423c84f3513a771b58441fb304d0606f (patch)
treefd61411965c1cbb5949a522eefc2a2f514925ecb /searx/settings_robot.yml
parentfc5d1c69cc01ec1c44e5d2d9644269b6b737fa5a (diff)
downloadsearxng-b06fc319423c84f3513a771b58441fb304d0606f.tar.gz
searxng-b06fc319423c84f3513a771b58441fb304d0606f.zip
DOI improvements: enable HTTPS, update URL of doai.io (#1718)
- enabling HTTPS for sci-hub.tw by default - making sci-hub the default DOI resolver as it has the largest collection of scientific articles. - replaced doai.io with dissem.in, as it redirects to this new domain. Co-authored-by: Aurora of Earth <auroraofearth@ya.ru>
Diffstat (limited to 'searx/settings_robot.yml')
-rw-r--r--searx/settings_robot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml
index 33e762689..d43f6fe9c 100644
--- a/searx/settings_robot.yml
+++ b/searx/settings_robot.yml
@@ -39,7 +39,7 @@ locales:
doi_resolvers :
oadoi.org : 'https://oadoi.org/'
doi.org : 'https://doi.org/'
- doai.io : 'https://doai.io/'
+ doai.io : 'https://dissem.in/'
sci-hub.tw : 'https://sci-hub.tw/'
-default_doi_resolver : 'oadoi.org'
+default_doi_resolver : 'sci-hub.tw'