dl-musify.club/README.md

15 lines
384 B
Markdown
Raw Normal View History

2021-02-09 08:29:45 -05:00
# 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)
```