torrent_scraper

0.4.0 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i torrent_scraper

    Weekly Downloads

    8

    Version

    0.4.0

    License

    BSD

    Last publish

    Collaborators

    • alexu84