Download entire albums from musify.club. Simple tool to run from command line (Node.js)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Stian Lund 227fca2217 new file 11 months ago
.gitignore dotfiles 2 years ago
.prettierrc dotfiles 2 years ago
README.md Update from Master 2 years ago
download_album.js new file 11 months ago
package.json Clone commit 2 years ago

README.md

Download entire albums from musify.club

Simple tool to run from command line

Previously worked with myzcloud.me and myzuka.fm

Installation

Clone and run npm install to meet dependencies.

Usage

Usage:
        node download_album.js [OPTIONS] ALBUM_URL

Valid options are:
        -h|--help               Get this message
        -d|--debug              Print stack trace on error
        -s NUMBER               Number of tracks to be downloaded simultaneously (default: 5)