Massive search for files with no download limits on paid hostings
What?
biedaszyb
[eng. bootleg mine] helps in finding files on paid hosting sites and uses filebit.pl proxy to download them without limits. Valid 'filebit' account needed.
API:
'biedaszyb' has only two methods:
for one link.
- show(title, season, firstEpisode, numberOfEpisodes, callback):
returns array of arrays the links to the tv shows.
How to use:
npm install biedaszyb
create 'biedaconfig.json' file with your filebit
credentials (use blank biedaconfig.json.example
to keep proper file format).
Then:
var biedaszyb = require('biedaszyb');
biedaszyb.show("Blok ekipa", 1, 1, 5, function(err, result){
console.log(result);
});