42minutes / go-42minutes

Manage your TV series - Scan existing, find and download new and missing episodes.
7 stars 2 forks source link

Implement Torrent Finder #6

Closed geoah closed 8 years ago

geoah commented 8 years ago

TorrentFinder is responsible of looking for downloadable torrents for the given episodes.

Torrent needs to be properly defines so it includes all the necessary information for the torrent to be downloadable. Both file and magnet links could be supported, but our focus should be at the very least to support magnets.

Optionally TorrentFinder can cache the results either in memory, or if by this time we have a kv datastore use that to cache the results.

Note: This task is pretty involved and warrants discussion. Once some one picks it up we can try to better define it.