diff options
author | Alexandre Flament <alex@al-f.net> | 2022-10-01 09:59:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 09:59:07 +0200 |
commit | 901143f056f784e2f04fc852d667ccfb00962cf4 (patch) | |
tree | 76fd52594d2fb4367e30b421ba5ff1b970158716 | |
parent | 14d0fb2cd4176913629ac614efd55cadb3f6d83d (diff) | |
parent | 8d5653e60d5299979c0de5e55b1c5ca0bee8190c (diff) | |
download | searxng-901143f056f784e2f04fc852d667ccfb00962cf4.tar.gz searxng-901143f056f784e2f04fc852d667ccfb00962cf4.zip |
Merge pull request #1830 from MohamedElashri/master
Use official sci-hub mirrors
-rw-r--r-- | searx/settings.yml | 5 | ||||
-rw-r--r-- | tests/robot/settings_robot.yml | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 26b52d2df..f21d7f05a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2032,10 +2032,7 @@ doi_resolvers: doi.org: 'https://doi.org/' doai.io: 'https://dissem.in/' 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/' + sci-hub.ru: 'https://sci-hub.ru/' default_doi_resolver: 'oadoi.org' diff --git a/tests/robot/settings_robot.yml b/tests/robot/settings_robot.yml index f2c38a7cf..ddf14bcbe 100644 --- a/tests/robot/settings_robot.yml +++ b/tests/robot/settings_robot.yml @@ -53,10 +53,7 @@ doi_resolvers: doi.org: 'https://doi.org/' doai.io: 'https://dissem.in/' 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/' + sci-hub.ru: 'https://sci-hub.ru/' default_doi_resolver: 'oadoi.org' |