sergiotapia / magnetissimo

Web application that indexes all popular torrent sites, and saves it to the local database.
MIT License
2.98k stars 187 forks source link

everything on nyaa pantsu says 0 for everything and filesize #131

Closed MoptopX closed 1 year ago

MoptopX commented 5 years ago

On nyaa pantsu there are 0's where data should be, on nyaa and nyaa pantsu the filesize says 0.

skwerlman commented 5 years ago

This is because the RSS feed provided by nyaapantsu doesn't include that information, so we can't scrape it without a lot of extra complexity.

sergiotapia commented 1 year ago

Nyaa pantsu is dead unfortunately, but the overhaul I'm doing solves this problem for Nyaa. We're properly crawling seeders, leechers and sizes now (in bytes!). https://github.com/sergiotapia/magnetissimo/blob/liveview-rewrite/lib/magnetissimo/crawlers/nyaa.ex#L53