diff options
author | Mohamed Elashri <muhammadelashri@gmail.com> | 2022-09-24 11:03:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 11:03:57 -0400 |
commit | 5832c70680580f6acd521f09548bc2102c187791 (patch) | |
tree | 2723fdf3c9d87cd85f38e1b82c432e28eb349a7d /tests/robot | |
parent | bfd6f6184911b5f4e7dcc8ee040daa9b790a28cb (diff) | |
download | searxng-5832c70680580f6acd521f09548bc2102c187791.tar.gz searxng-5832c70680580f6acd521f09548bc2102c187791.zip |
correct sci-hub links/ add `.ru` and remove other 3rd party domains.
Diffstat (limited to 'tests/robot')
-rw-r--r-- | tests/robot/settings_robot.yml | 5 |
1 files changed, 1 insertions, 4 deletions
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' |