dl-musify.club/README.md

21 lines
620 B
Markdown
Raw Normal View History

2021-02-09 13:29:45 +00:00
# Download entire albums from musify.club
Simple tool to run from command line
2021-02-09 23:38:20 +00:00
Previously worked with myzcloud.me and myzuka.fm
2021-02-09 13:29:45 +00:00
## Installation
Clone and run `npm install` to meet dependencies.
## Usage
```
2021-02-09 23:38:20 +00:00
Usage:
node download_album.js [OPTIONS] ALBUM_URL
2021-02-09 13:29:45 +00:00
Valid options are:
-h|--help Get this message
2021-02-09 23:38:20 +00:00
-d|--debug Print stack trace on error
2021-02-09 13:29:45 +00:00
-s NUMBER Number of tracks to be downloaded simultaneously (default: 5)
2024-04-10 08:42:51 +00:00
-t NUMBER Download specific track number (useful if some track failed to download)
2021-02-09 23:38:20 +00:00
2021-02-09 13:29:45 +00:00
```