sergiotapia / magnetissimo

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

Categories and NSFW Filtering #117

Closed skwerlman closed 6 years ago

skwerlman commented 6 years ago

2018-02-05-125818_977x955_scrot

This PR adds basic support for torrent categories and adds a NSFW filter.

Currently, category information is just collected and displayed, but is not sortable at the moment.

The Nyaa* crawlers now crawl the NSFW portions of their sites.

This PR also fixes a couple minor bugs:

Note: the NSFW support on the Zooqle crawler is a hack currently, and needs to be replaced when we start using their API

Note: See issue #116 regarding why the Monova crawler was disabled

tchoutri commented 6 years ago

Fantastic! I think that for another PR it would be good to unify the multiple categories across websites (like "films" and "movies" for instance.)

tchoutri commented 6 years ago

Looks good to me!