Open diantahoc opened 10 years ago
This is fine, but the current magnet links handling in ByteFlood cannot work in an automated way, so it relies on torrent cache websites.
Actually, no. With https://github.com/hexafluoride/byteflood/commit/fff422f38e8e6a82da0afe987acbebadf3d6f04b, torrent caches are no longer used, and magnet links are retrieved by the "traditional" way.
The feed manager still relies on torrent cache services ( https://github.com/diantahoc/byteflood/blob/master/ByteFlood/Services/RSS/FeedsManager.cs#L201 ).
Changing it would be easy though, which I will do in a moment.
Oh.
Just finished patching the feed manager. It still use cache services as a primary download source for magnets, since it's faster. But this behavior can be changed by swapping 2 lines.
https://github.com/diantahoc/byteflood/blob/master/ByteFlood/Services/RSS/FeedsManager.cs#L229
http://rss.thepiratebay.se/xxx
Only provide magnet links. This is fine, but the current magnet links handling in ByteFlood cannot work in an automated way, so it relies on torrent cache websites.
https://animetosho.org/feed/rss2
https://animetosho.org/feed/atom
No actual download link. Have to parse the linked page in order to extract a magnet link, which isn't implemented.