tonikelope / megadown

Bash script for download files and get metadata from mega.nz and megacrypter links
GNU General Public License v3.0
210 stars 62 forks source link
bash command-line mega

megadown

Bash script for download files and get metadata from mega.nz and megacrypter links.

Features:

Required dependencies:

Optional dependencies:

Usage:

megadown 1.9.47 - https://github.com/tonikelope/megadown

cli downloader for mega.nz and megacrypter

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

        Options:
        -o,     --output FILE_NAME    Store file with this name.
        -x,     --proxy PROXY         Proxy (curl)
        -s,     --speed SPEED         Download speed limit (integer values: 500B, K, 2M).
        -p,     --password PASSWORD   Password for MegaCrypter links.
        -q,     --quiet               Quiet mode.
        -m,     --metadata            Prints file metadata in JSON format and exits.

Multi url mode:          megadown [OPTION]... -l|--list FILE

        Options:
        -x,     --proxy PROXY         Proxy (curl)
        -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 in JSON format and exits.
        File line format:          URL [optional_file_name]