diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2018-08-19 13:14:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 13:14:53 +0200 |
| commit | 19f18a263853136731ef7b6091ae58d4fdb9db19 (patch) | |
| tree | fa37d1835996ca3d3a628bbbe6fe480dbe4fb2ca /searx/settings.yml | |
| parent | 74cc2610712ed3cee2c78b6417f73888c5216d1e (diff) | |
| parent | c2c7394718ba45ff20f11d741e9654bd36cd98c3 (diff) | |
Merge pull request #1360 from Popolon/master
get_doi_resolver return doi resolver url instead of doi resolver name
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 de56eda08..0c6f642fc 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -765,5 +765,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' |