From 3faaf34e25db09988b113f74feb6227d3df3db95 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 6 Jul 2019 18:47:35 +0200 Subject: Fix ./manage.sh robot_tests (#1633) doi_resolvers / default_doi_resolver were missing in the settings_robots.yml file, so the test server was not able to start (crash). Since the output wasn't displayed, it was not obvious why the Selenium couldn't connect to searx. --- searx/settings_robot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'searx/settings_robot.yml') diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index 070a0edb6..635809041 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -39,3 +39,11 @@ engines: locales: en : English hu : Magyar + +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' -- cgit v1.2.3