1.0.1 • Published 9 years ago

filelistro v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Filelist.ro API

An api for search and download for the private tracker filelist.ro

npm install filelistro

it uses cookies.json to keep your cookies for future requests

Usage

var Foo = require('filelistro');
var Filelist= new Foo('user','password');
Filelist.search('query').then(function(torrents){
	//do whatever with torrents
});

Filelist.downloadTorrent('torrentHref').then(function(path){
	//do whatever with the path
});

##TODO category api cleanup

License

MIT