Skip to content

0x4139/Filelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

nodejs module api for Filelist.ro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published