https://github.com/eggplants/dlmega
mega.nz file downloader
https://github.com/eggplants/dlmega
Last synced: about 1 year ago
JSON representation
mega.nz file downloader
- Host: GitHub
- URL: https://github.com/eggplants/dlmega
- Owner: eggplants
- Created: 2022-08-22T17:14:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T17:15:13.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T20:12:13.922Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dlMEGA - Improved Version
[mega.nz](https://mega.nz) file downloader
## Original
- [dlMEGA](https://gist.githubusercontent.com/anonymous/86f14f9ec07421036917/raw/51229e4114ba955c80708feba98b646b289a464c/dlMEGA)
- written in Bash script
- hosted on and [AUR](https://github.com/aur-archive/dlmega) until 2017
- © 2015 by [Herbert Knapp](https://github.com/HMKnapp)
## Usage
```shellsession
$ ./dlMEGA.sh
dlMEGA, a mega.nz file downloader
• Version 1.1.4, free for non-commercial use
• © 2015 by Herbert Knapp (herbert.knapp at uni-graz.at)
Usage: dlMEGA.sh [-p --progress-bar] [-s --stream] '' ['']
eg: dlMEGA.sh --stream 'https://mega.nz/file/#' | mplayer -
dlMEGA.sh -p inputfile.txt 'https://mega.nz/file/#'
$ ./dlMEGA.sh ''
```
## Install
```bash
# Require: awk base64 curl openssl sed xxd
wget 'https://raw.githubusercontent.com/eggplants/dlMEGA/master/dlMEGA.sh'
chmod +x dlMEGA.sh
# Install /usr/local/bin if you want to run as `dlmega` anywhere
sudo install ./dlMEGA.sh /usr/local/bin/dlmega
```
## ToDo
- [x] support `mega.nz/file/#`
- [ ] support `mega.nz/folder/#`
- [ ] support `mega.nz/folder/#/folder//folder//...`