Skip to content

Commit f717618

Browse files
committed
Add compatibility information in the README
1 parent 5190b54 commit f717618

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Another problem that I found while using `megadl` is the lack of options to down
2020

2121
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.
2222

23+
#### Compatibility
24+
25+
Because this script is a wrapper around the `megadl` command, it heavily depends on the outputs of the command. If you have problems using this script, be sure to use the version 1.10.2 of `megatools`.
26+
2327
### Usage
2428

2529
```

0 commit comments

Comments
 (0)