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.
- Host: GitHub
- URL: https://github.com/julien-r44/music-ddl
- Owner: Julien-R44
- Created: 2021-11-01T14:22:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T18:35:27.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T15:26:02.683Z (over 1 year ago)
- Topics: cli, music-downloader
- Language: TypeScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Music-DDL
========
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/musicOPTIONS
-d Destination directory.
```