We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42af88 commit 4d67ef6Copy full SHA for 4d67ef6
README.md
@@ -19,6 +19,11 @@ https://www.monstercat.com/release/MCEP157
19
We just need the release ID, in this case: `MCEP157`.
20
Download all songs in this release with this simple command:
21
22
+```bash
23
+php monstercat-dl.php MCEP157
24
+```
25
+
26
+You can download more songs at once by adding other release IDs at the end of the command:
27
```bash
28
php monstercat-dl.php MCEP157 MCX006 MCS778
29
```
0 commit comments