diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-09-06 17:01:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-06 17:01:50 +0200 |
| commit | 596c6b6c93a50d8d797e90ad5dd9b608599cd653 (patch) | |
| tree | 30a166d7cd791f4d38d961b43f35f9daeca0d2f2 /searx/settings.yml | |
| parent | 55abf07a4f80f74fbcfbeddaee4f8591216802cd (diff) | |
| parent | 983415bc38937a637e9b2aae191f2e087765800b (diff) | |
Merge pull request #678 from potato/master
[engine] dictzone + mymemory.translated engine
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index c0422d95a..4969c4ac6 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -495,6 +495,19 @@ engines: timeout: 6.0 categories : science + - name : dictzone + engine : dictzone + shortcut : dc + + - name : mymemory translated + engine : translated + shortcut : tl + timeout : 5.0 + disabled : True + # You can use without an API key, but you are limited to 1000 words/day + # See : http://mymemory.translated.net/doc/usagelimits.php + # api_key : '' + #The blekko technology and team have joined IBM Watson! -> https://blekko.com/ # - name : blekko images # engine : blekko_images |