diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index f0d33e50e..2c034a863 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -84,10 +84,6 @@ engines: disabled : True shortcut : bb - - name : btdigg - engine : btdigg - shortcut : bt - - name : crossref engine : json_engine paging : True @@ -118,6 +114,12 @@ engines: weight : 2 disabled : True + - name : digbt + engine : digbt + shortcut : dbt + timeout : 6.0 + disabled : True + - name : digg engine : digg shortcut : dg @@ -281,6 +283,18 @@ engines: disabled : True shortcut : habr + - name : hoogle + engine : json_engine + paging : True + search_url : https://www.haskell.org/hoogle/?mode=json&hoogle={query}&start={pageno} + results_query : results + url_query : location + title_query : self + content_query : docs + page_size : 20 + categories : it + shortcut : ho + - name : ina engine : ina shortcut : in @@ -332,7 +346,8 @@ engines: - name : piratebay engine : piratebay shortcut : tpb - disabled : True + url: https://pirateproxy.red/ + timeout : 3.0 - name : qwant engine : qwant @@ -420,11 +435,6 @@ engines: timeout : 6.0 disabled : True - - name : torrentz - engine : torrentz - timeout : 5.0 - shortcut : to - - name : twitter engine : twitter shortcut : tw |