diff options
author | Popolon <popolon@popolon.org> | 2018-08-06 01:03:40 +0200 |
---|---|---|
committer | Popolon <popolon@popolon.org> | 2018-08-06 01:03:40 +0200 |
commit | 34af9a01418aa6c1efcaa6d30b0cceb504805ba3 (patch) | |
tree | ec6a5973bb33e88893f016890b6333248e29b24f /searx/settings.yml | |
parent | 3a160d3aed9d5eb7cebe2427f9009b4e0e2f07c4 (diff) | |
download | searxng-34af9a01418aa6c1efcaa6d30b0cceb504805ba3.tar.gz searxng-34af9a01418aa6c1efcaa6d30b0cceb504805ba3.zip |
add http://sci-hub.tw/ as doi resolvers #1216
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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' |