0.4.0 • Published 10 years ago

torrent_scraper v0.4.0

Weekly downloads
2
License
BSD
Repository
github
Last release
10 years ago

torrentScraper

A node.js module that scrape torrents from different sites (providers) and combine them in a single set.

Installation

$ npm install torrent_scraper

API

var ts = require('torrent_scraper');

//serarch for torrents for 'debian 7', 'unix' category on kickasstorrents and '303' category on thepiratebay
ts.getTorrents('debian 7', { kickasstorrents: 'unix', thepiratebay: '303' }, function(err, torrents){
	console.log(err, torrents)
});

Bitdeli Badge

0.4.0

10 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

12 years ago