We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffee68 commit 99a432eCopy full SHA for 99a432e
1 file changed
README.md
@@ -3,9 +3,11 @@
3
A simple-to-use command line tool for mass downloading tracks, playlists and albums, made with only 4 dependencies (id3,mp3cat,regex,reqwest)
4
5
## Usage
6
-scdownload <track/album/playlist> <id>
+scdownload <track/album/playlist/artist> <id>
7
### Example
8
scdownload playlist zeunig/sets/hardstyle
9
+scdownload artist zeunig
10
+scdownload track zeunig/garou-hardstyle
11
### Additional arguments
12
--temp-dir="path" : Changes the cache dir<br />
13
--download-dir="path" : Changes the download dir
0 commit comments