UNPKG

torrentz2

Version:

Html scraper of [Torrentz2](http://torrentz2.eu). Lets find a list of magnets links by query string. Return ArrayJson as result.

10 lines (7 loc) 181 B
/** * Created by theroich on 7/8/17. */ var torrentz = require('../app.js'); torrentz.searchTorrentz2('MicroHD',{skipDDOS:true}).then(datos => { console.log(datos); });