Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

biedaszyb

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biedaszyb

Massive search for files with no download limits on paid hostings

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

biedaszyb by @michalbe

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:

  • file(title, callback):

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');

// to grab just one file
biedaszyb.show("Blok ekipa", 1, 1, 5, function(err, result){
  console.log(result);
  // ['http://yoelo.jczc.hwdp/3rtk7q1qv87a1' <- Array of 5 episodes of 1st season of 'Blok Ekipa' that can be downloaded without any limits
  // 'http://yoelo.jczc.hwdp/3rtk7q1qv87a2'
  // 'http://yoelo.jczc.hwdp/3rtk7q1qv87a3'
  // 'http://yoelo.jczc.hwdp/3rtk7q1qv87a4'
  // 'http://yoelo.jczc.hwdp/3rtk7q1qv87a5']
});

FAQs

Package last updated on 02 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc