diff options
author | piplongrun <piplongrun@users.noreply.github.com> | 2020-02-12 23:59:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 23:59:18 +0100 |
commit | e1b60106b7dab37fe29cb68c9b625c5fe52c1385 (patch) | |
tree | c3bf08cbe404bb6f542c0af3cd863941b58c9183 /searx/settings.yml | |
parent | f0684a5bb5860c2b9caffefb47dc55781092819e (diff) | |
download | searxng-e1b60106b7dab37fe29cb68c9b625c5fe52c1385.tar.gz searxng-e1b60106b7dab37fe29cb68c9b625c5fe52c1385.zip |
Add etools engine to the list
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ab3de3951..08ff8dc62 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -202,6 +202,11 @@ engines: timeout: 3.0 disabled : True + - name : etools + engine : etools + shortcut : eto + disabled : True + - name : etymonline engine : xpath paging : True |