UNPKG

multipass-torrent

Version:

Collects torrents from various sources (dump, RSS, HTML pages) and associates the video files within with IMDB ID

8 lines (7 loc) 311 B
{ "name": "Multipass Torrents", "id": "org.multipass.torrentstream", "description": "Collects and indexes torrents from dumps, RSS feeds and websites", "types": ["series","movie"], "filter": { "infoHash": { "$exists": true }, "query.imdb_id":{"$exists": true}, "query.type": {"$in":["series","movie"]} } }