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

https://github.com/alltomp3/alltomp3-cli

Download a song in one-command
https://github.com/alltomp3/alltomp3-cli

Last synced: 5 months ago
JSON representation

Download a song in one-command

Awesome Lists containing this project

README

          

# alltomp3-cli
Download every song with one command.

## Requirements
- Node 7 + NPM;
- [AllToMP3 requirements](https://github.com/AllToMP3/alltomp3#requirements).

## Installation
```
npm install -g

# To have auto-completion:
alltomp3 completion >> ~/.zshrc
# alltomp3 completion >> ~/.bashrc
```

## Usage
You can download a song from a query:
```
alltomp3 on the top of the world imagine dragons
```

You can download a song from a URL (**warning**: playlists are not supported yet):
```
alltomp3 https://www.youtube.com/watch?v=zp7NtW_hKJI
alltomp3 https://soundcloud.com/overwerk/matter
```