From 34af9a01418aa6c1efcaa6d30b0cceb504805ba3 Mon Sep 17 00:00:00 2001 From: Popolon Date: Mon, 6 Aug 2018 01:03:40 +0200 Subject: [PATCH] add http://sci-hub.tw/ as doi resolvers #1216 --- searx/settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/searx/settings.yml b/searx/settings.yml index 1b18f55b3..ae9b928c2 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -766,5 +766,6 @@ doi_resolvers : oadoi.org : 'https://oadoi.org/' doi.org : 'https://doi.org/' doai.io : 'http://doai.io/' + sci-hub.tw : 'http://sci-hub.tw/' default_doi_resolver : 'oadoi.org'