summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorEmilien Devos <4016501+unixfox@users.noreply.github.com>2023-08-04 18:15:13 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-08-06 09:30:48 +0200
commit0fc8f99ecc94232302b6b196eccf3ea9b132ec43 (patch)
tree80a10e089ae846b2da1c979727254815f5d82699 /searx/settings.yml
parent5fcc75185620b80ec97d095f6bf88280e0e4d7f8 (diff)
[feat] new engine: bt4g added & enabled and disable by default btdigg
Disable btdigg because on most SearXNG instances, SearXNG is blocked by btdigg due to cloudflare too many requests. This impementation did not parse the HTML page because there is an API in XML (RSS). The RSS feed provides fewer data like amount of seeders/leechers and the files in the torrent file. It's a tradeoff for a "stable" engine as the XML from RSS content will change way less than the HTML page. Closes: https://github.com/searxng/searxng/issues/2553
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 3a6ba3e17..ce8b366e1 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -415,6 +415,7 @@ engines:
- name: btdigg
engine: btdigg
shortcut: bt
+ disabled: true
- name: ccc-tv
engine: xpath
@@ -1926,6 +1927,10 @@ engines:
results: HTML
language: ja
+ - name: bt4g
+ engine: bt4g
+ shortcut: bt4g
+
# Doku engine lets you access to any Doku wiki instance:
# A public one or a privete/corporate one.
# - name: ubuntuwiki