diff --git a/README.md b/README.md index 6275a1a..e2d834e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # mego 💾 -Mego is a simple [megatools](https://megatools.megous.com) command wrapper, allowing you to use the `megatools dl` command with a download list of links and add an auto-try tool. +Mego is a simple [megatools](https://megatools.megous.com) command wrapper, allowing you to use the `megatools dl` command with a download list of links and adds an auto-try tool. ### Ideas -Megatools is a collection of programs for accessing Mega.nz service from a command line of your desktop or server. +Megatools is a collection of programs for accessing Mega.nz services from a command line of your desktop or server. #### Auto-retry @@ -12,11 +12,11 @@ While using the `megatools dl` command to download a bunch of large files, I oft Indeed, Mega allows users to download a few (apparently not fixed) number of GB per day (once again, apparently not fixed). -By default `megatools dl` only retries 3 times when this error occurred, preventing the download of file during the night or while being away from the computer. To fix this problem, `mego` check the error code returned by `megatools dl`, and retry if the command failed. +By default `megatools dl` only retries 3 times when this error occurred, preventing the download of file during the night or while being away from the computer. To fix this problem, `mego` checks the error code returned by `megatools dl`, and retry if the command failed. #### List of files -Another problem that I found while using `megatools dl` is the lack of options to download multiple files at once, and keeping track of the done ones. +Another problem that I found while using `megatools dl` is the lack of options to download multiple files at once, and keeping track of the completed ones. To solve this problem, `mego` accepts as arguments a path of file(s) containing a list of Mega download links. `mego` will open the file and start downloading the files listed in it. Once the download of the file successfully terminated, `mego` will add a `#` before the link and write it in the file, preventing the next execution to re-download the file. `mego` will also mark invalid links it found with the `#-` string. @@ -38,4 +38,4 @@ Application Options: -c, --command=COMMAND_PATH Path to the megatools command (default: megatools) ``` -NB: The whole content of a *list file* is read and kept in memory. Every time a file is downloaded, the content of the *list file* will be overwritten. So please do not use a *list file* as a queue during execution. +NB: The whole content of a *list file* is read and kept in memory. Every time a file is downloaded, the content of the *list file* will be overwritten. So please do not use a *list file* as a queue during execution.