Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-15 | [perf] torrents.html, files.html: don't parse and re-format filesize | Bnyro | |
2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-09-18 | [fix] spelling | jazzzooo | |
2023-08-06 | [doc] engine bt4g: add documentation to docs/dev/engines/online/ | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2023-08-06 | [feat] new engine: bt4g added & enabled and disable by default btdigg | Emilien Devos | |
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 |