Download entire albums from musify.club. Simple tool to run from command line (Node.js)
Go to file
Stian Lund 99118c0f75 dotfiles 2021-02-09 14:30:58 +01:00
.gitignore dotfiles 2021-02-09 14:30:58 +01:00
.prettierrc dotfiles 2021-02-09 14:30:58 +01:00
README.md Clone commit 2021-02-09 14:29:45 +01:00
download_album.js Clone commit 2021-02-09 14:29:45 +01: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

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)