paulgoio / searxng

SearXNG image with changed simple theme, settings.yml
https://paulgo.io
GNU Affero General Public License v3.0
100 stars 23 forks source link

Bug: solidtorrents engine #17

Closed pavanbhat1999 closed 2 years ago

pavanbhat1999 commented 2 years ago

Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG Repository: https://github.com/paulgoio/searxng Branch: main Version: 1.0.0

How did you install SearXNG?

What happened?

How To Reproduce

Expected behavior

Screenshots & Logs

Additional context

Technical report

Error

mrpaulblack commented 2 years ago

Hi @pavanbhat1999 , Solditorrents made some changes: They use cloudflare (so probably already a lost cause -_- ). They changed from www host to @ domain... And the API endpoint, we where using just does not exist anymore... We probably would need to rewrite the engine... (if it even makes sense since its using cloudflare now...)

[EDIT] Current implementation: https://github.com/searxng/searxng/blob/master/searx/engines/solidtorrents.py

I am going to leave this issue open for now to track progress on that :+1:

return42 commented 2 years ago

@pavanbhat1999 I implemented a rewrite that parses the HTML page. May you like to give it a try: https://github.com/searxng/searxng/pull/862

mrpaulblack commented 2 years ago

Thanks @return42 for fixing the engine :tada:

The commits from upstream are already part of this fork in 52e09c9bb0c559d524d82f1fe677da4143a764ec and pushed to prod; Closing.