diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-31 23:11:45 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-31 23:11:45 +0100 |
| commit | b19e681cce9cef4993b17d3a89d743208f8d5c05 (patch) | |
| tree | a9ea7c3a44c25bc74ac5cbb1e379545be1902a0b /searx/settings.yml | |
| parent | bfd321a7a9cfc6d643fdebe5e7a5824fe70b9aa9 (diff) | |
[enh] default disabled engines - closes #109
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index b0a2853c7..ebae8af62 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -96,6 +96,7 @@ engines: - name : general-file engine : generalfile shortcut : gf + disabled : True - name : github engine : github @@ -121,6 +122,7 @@ engines: content_xpath : //a[@class="subtitle"] categories : files shortcut : gpa + disabled : True - name : google play movies engine : xpath @@ -130,6 +132,7 @@ engines: content_xpath : //a[@class="subtitle"] categories : videos shortcut : gpm + disabled : True - name : google play music engine : xpath @@ -139,6 +142,7 @@ engines: content_xpath : //a[@class="subtitle"] categories : music shortcut : gps + disabled : True - name : mixcloud engine : mixcloud @@ -175,6 +179,7 @@ engines: - name : searchcode code engine : searchcode_code shortcut : scc + disabled : True - name : subtitleseeker engine : subtitleseeker @@ -239,7 +244,7 @@ engines: # shortcut : ya # base_url : 'http://localhost:8090' # number_of_results : 5 -# timeout: 3.0 +# timeout : 3.0 locales: en : English |