Giter Site home page Giter Site logo

megadown's Introduction

Build Status

megadown

Bash script for download files from mega.nz and megacrypter

Features:

  • /#!, /#N!, mega://enc?, mega://enc2 and ANY megacrypter clon link supported
  • Resume previous downloads
  • MC password protected links supported
  • Download files from list
  • Speed limit

Dependencies:

  • Bash >= 3
  • OpenSSL with support for AES 128 CTR and AES 128/256 CBC (crypto stuff)
  • python >= 2.6 (JSON parsing and MC password protected links)
  • wget/curl (downloading (curl is preferred if it's present))
  • pv (monitor the progress of data)

Usage:

Single url mode:            megadown ['URL'] [OPTION]...

	Options explanation:
	-o,	--output FILE_NAME    Store file with this name (.
	-s,	--speed SPEED         Download speed limit (500b, 500k, 2m).
	-p,	--password PASSWORD   Password for MegaCrypter links.
	-q,     --quiet               Quiet mode.
        -m,     --metadata            Prints file metadata and exits. (File name is base64 encoded).

Multi url mode:             megadown [-l URL_LIST_FILE] [OPTION]...

	Options explanation:
	-s,     --speed SPEED         Download speed limit (integer values: 500B, 500K, 2M).
        -p,     --password PASSWORD   Password for MegaCrypter links (same for every link in a list).
        -q,     --quiet               Quiet mode.
        -m,     --metadata            Prints file metadata and exits. (File name is base64 encoded).
        File line format:          URL [optional_file_name]

Examples

megadown -l mega_link_list.example

megadown's People

Contributors

tonikelope avatar eusonlito avatar nfnty avatar atanarro avatar

Watchers

James Cloos avatar Art Nikpal 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.