Download entire albums from musify.club. Simple tool to run from command line (Node.js)
Go to file
Stian Lund 227fca2217 new file 2022-07-07 11:55:55 +02:00
.gitignore dotfiles 2021-02-09 14:30:58 +01:00
.prettierrc dotfiles 2021-02-09 14:30:58 +01:00
README.md Update from Master 2021-02-10 00:38:20 +01:00
download_album.js new file 2022-07-07 11:55:55 +02:00
package.json Clone commit 2021-02-09 14:29:45 +01:00

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)