GithubHelp home page GithubHelp logo

arlessweschler / badown Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stck-lzm/badown

0.0 0.0 0.0 51 KB

badown (bash-downloader for mediafire, zippyshare & mega)

License: GNU General Public License v3.0

Shell 100.00%

badown's Introduction

badown

The name is a short for bash-downloader. This script can download files from mediafire, zippyshare & mega (file & folder). It fully support folder download on mega. Futhermore, you can control the bandwidth with the option, -s 70K or --speed 1M.

dependencies

It requires:

  • bash (tested with 4.4),
  • wget (tested with 1.19),
  • gzip (tested with 1.8),
  • awk (tested with 4.1),
  • openssl aes-128-(cbc, ecb & ctr)
  • nodejs (tested with 12.22)
  • (coreutils).

usage

To execute the script give it execute right.
chmod +x badown

To download a file:
./badown 'https://mega.nz/#F!NogxFaIK!PavsMkUPQSXJ_o5zwCs5Ew'
./badown 'https://mega.nz/folder/NogxFaIK#PavsMkUPQSXJ_o5zwCs5Ew'
./badown 'https://mega.nz/#!RnQFkTYS!rFIJp7MBKxcS-Po8okSSoykR17KpIGV7xcXNZvpx38I'
./badown 'https://mega.nz/file/RnQFkTYS#rFIJp7MBKxcS-Po8okSSoykR17KpIGV7xcXNZvpx38I'
./badown 'https://www.mediafire.com/file/jbbbncd27n5mukh/test.zip'
./badown 'https://www74.zippyshare.com/v/WjE4KUUF/file.html'
Those links might be dead for inactivity, however they will stay here for the syntax.

To download from a file with a lot of urls just use a loop for:
for i in $(cat urls); do ./badown $i && sleep .5; done

todo

  • Add more sites and resume paused download.
  • Extend mega function with specific file in folder download.
  • Add proxy support, else as an option or as a function with automatic grabber.

badown's People

Contributors

stck-lzm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.