diff options
author | pw3t <romain@berthor.fr> | 2014-01-19 21:20:07 +0100 |
---|---|---|
committer | pw3t <romain@berthor.fr> | 2014-01-23 22:14:03 +0100 |
commit | a01042ae616524160f32bfbca0e833b1de6dab58 (patch) | |
tree | 1bc31a8b246ede9b8f24c30f44a715133fc4265e /searx/settings_robot.yml | |
parent | 132681b3aaf5b330d9d19624038b51fe2ebfd8d5 (diff) | |
download | searxng-a01042ae616524160f32bfbca0e833b1de6dab58.tar.gz searxng-a01042ae616524160f32bfbca0e833b1de6dab58.zip |
[ehn] added ixquick engine, using startpage engine
Diffstat (limited to 'searx/settings_robot.yml')
-rw-r--r-- | searx/settings_robot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index d60ed3272..f7f2fa903 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -68,6 +68,13 @@ engines: - name : startpage engine : startpage + base_url : 'https://startpage.com/' + search_url : 'https://startpage.com/do/search' + + - name : ixquick + engine : startpage + base_url : 'https://www.ixquick.com/' + search_url : 'https://www.ixquick.com/do/search' - name : twitter engine : twitter |