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
- Host: GitHub
- URL: https://github.com/alltomp3/alltomp3-cli
- Owner: AllToMP3
- License: agpl-3.0
- Created: 2016-02-23T16:44:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T20:47:49.000Z (about 9 years ago)
- Last Synced: 2025-04-09T06:51:10.629Z (12 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 16
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```