An open API service indexing awesome lists of open source software.

https://github.com/julien-r44/music-ddl

Simple music downloader built on top of octlif, that downloads music from multiples DDL sites as sources.
https://github.com/julien-r44/music-ddl

cli music-downloader

Last synced: 7 months ago
JSON representation

Simple music downloader built on top of octlif, that downloads music from multiples DDL sites as sources.

Awesome Lists containing this project

README

          

Music-DDL
========

![](https://i.imgur.com/y8kpZXo.png)

Simple music downloader built on top of [octlif](https://github.com/oclif/oclif), that downloads music from multiples DDL sites as sources.

## Usage

```sh-session
$ npm install -g music-ddl
$ music-ddl COMMAND [ARGS]
```

## Commands

### `music-ddl artist`

Search for an artist and browse through their discography. Download one or more of their albums.

```
USAGE
$ music-ddl artist 'artist name' -d /e/music

OPTIONS
-d Destination directory.
```