-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (27 loc) · 2.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#########################################################
| |
| NAME: mega-download |
| VERSIONE: 0.8.1 |
| AUTHOR: Stefano Viola (aka) Esteban Sannin |
| LICENZE: GPLv.3 |
| |
#########################################################
[DESCRIPTION]:
mega-download the command line downloader for only Megaupload Premiun Users
[USAGE]:
mega-download http://link.megaupload.com
If the cookie does not exist will be asked to create
[OPTION]:
-h Print this help
-v Print version info
-n Normal mode. Download any file: "mega-download -n http://link-downlod"
--list List mode. Download from a list of link
Example: mega-download --list list-link
list-link= is the file containing the list of links
--config start the interactive configuration parameters
[CONFIGURATION]: To set up mega-download is easy. There are two possibilities:
1. start "mega-download --config" and sets your parameters
2. Create the file:
"mega-download.cfg" in the same directory and insert this string:
DIR_DOWNLOAD=your-path ---> your-path is the directory where the files are downloaded
LIMIT_RATE=1000 ---> 1000 is a byte limit to download (0 is unlimited)