diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-08-16 10:44:00 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-08-16 10:44:00 +0200 |
commit | 32604be790931908a702b0f639e257b15cdef5df (patch) | |
tree | 9e0f2fa0a654535a34da85f63c1253bb5ebb0732 | |
parent | f693a54ad75d0a7f65a055451eba98bda048b9e4 (diff) | |
download | searxng-32604be790931908a702b0f639e257b15cdef5df.tar.gz searxng-32604be790931908a702b0f639e257b15cdef5df.zip |
[fix] piratebay engine - using pirateproxy.red - see https://proxybay.tv/
-rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 905f07472..d22bcf98f 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -350,7 +350,8 @@ engines: - name : piratebay engine : piratebay shortcut : tpb - disabled : True + url: https://pirateproxy.red/ + timeout : 3.0 - name : qwant engine : qwant @@ -438,11 +439,6 @@ engines: timeout : 6.0 disabled : True - - name : torrentz - engine : torrentz - timeout : 5.0 - shortcut : to - - name : twitter engine : twitter shortcut : tw |