sergiotapia / magnetissimo

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

Rewrite zooqle scraper to use RSS #104

Closed skwerlman closed 6 years ago

skwerlman commented 6 years ago

Fix #102

This PR rewrites the Zooqle scraper to use Zooqle's OpenSearch API, which returns results as RSS feeds.

The rewrite is based on the Nyaa* crawlers, and works in the same way as them.

sergiotapia commented 6 years ago

Thanks @skwerlman