qbittorrent / search-plugins

Search plugins for the search feature
GNU General Public License v2.0
4.24k stars 474 forks source link

Updated torrents-csv URL #276

Closed ducalex closed 4 months ago

ducalex commented 6 months ago

The previous url torrents-csv.ml seems to redirect to malware now.

I'm not 100% sure torrents-csv.com is the official replacement but it seems legit and returns correct results.

xavier2k6 commented 4 months ago

@ducalex Any screenshot of torrents-csv.com working??, I tried your changes & it's not working via qBittorrent in-built search but if I search via chrome browser....it works?

ducalex commented 4 months ago

That's embarrassing, I don't remember if I tested in qBittorrent! I fixed the code and I now confirm that it works. The torrent description link doesn't work but I don't think torrents-csv.com offers one.

image

ducalex commented 4 months ago

Also the current plugin only fetches the first page of results. torrents-csv.com seems to limit that to 100 results which might not be enough? I'd be happy to add multi-page support to the plugin but that's probably out of scope for this PR.

xavier2k6 commented 4 months ago

The torrent description link doesn't work

There's another plugin that has the same problem iirc & eztv doesn't work either, there is a PR open for that but haven't tested the proposed changes there.

xavier2k6 commented 4 months ago

@ducalex Thank You!