You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# :musical_note: monstercat-dl
2
2
3
-
Download Monstercat songs from your Terminal app! All the documentation you need is on the [monstercat-dl website](https://d9beuD.github.io/monstercat-dl).
3
+
Download Monstercat songs from your Terminal app! All the documentation you need is on the [monstercat-dl website](https://d9beud.com/monstercat-dl/). This tool isn't affiliated with Monstercat.
4
4
5
5
## Table of contents
6
6
@@ -14,18 +14,41 @@ Download Monstercat songs from your Terminal app! All the documentation you need
14
14
## Requirements
15
15
16
16
To get monstercat-dl working correctly, you will need this:
17
-
-[wget](https://www.gnu.org/software/wget/) (on macOS `brew install wget`)\[optional, see warning below]
18
17
-[php](https://php.net) >= 7.0
19
18
20
-
:warning: If you don't want to use `wget` and prefer `php` native functions, use `--without-get` argument.
Then you need to install the project's dependencies:
27
+
28
+
1.`composer install` (if you don't have [Composer](https://getcomposer.org) installed, read its [installation docs](https://getcomposer.org/doc/00-intro.md))
29
+
30
+
Finally, create the executable:
31
+
32
+
1.`php create-phar.php`
33
+
2.`bash install.sh`
34
+
35
+
If you don't want to install this tool, you can still use the `.phar` file like so `php monstercat-dl.phar`.
Using this command is pretty simple as it doesn't need any option. All you have to do is to find the release ID at the end of the release page URL.
42
+
43
+
```
44
+
monstercat-dl download <releases>...
45
+
```
46
+
47
+
For example, if you want to download `https://www.monstercat.com/release/MCLP016` and `https://www.monstercat.com/release/MCEP215` write your command as below:
0 commit comments