dl-musify.club/README.md

15 lines
384 B
Markdown
Executable File

# Download entire albums from musify.club
Simple tool to run from command line
## Installation
Clone and run `npm install` to meet dependencies.
## Usage
```
node download_album.js [OPTIONS] ALBUM_URL
Valid options are:
-h|--help Get this message
-s NUMBER Number of tracks to be downloaded simultaneously (default: 5)
```