[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
This commit is contained in:
committed by
Markus Heiser
parent
5fcc751856
commit
0fc8f99ecc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user