youtube-cli
Version:
Youtube command line interface tool for downloading youtube videos in audio format
19 lines (15 loc) • 388 B
Markdown
# Youtube CLI
Youtube command line interface - allows us to download easily youtube videos as an audio files from command line.
## Instalation
Install CLI tool as a global module
```bash
sudo npm install -g youtube-cli
```
## Download audio
Examples:
```bash
youtube download code1,code2,... outputFolder
youtube download hN_q-_nGv4U,D7hm1gI17e0 output
```
## Contributing
Lets do it!