Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junajan/youtube-cli
Youtube command line interface - allows us to download youtube videos as audio files from command line
https://github.com/junajan/youtube-cli
Last synced: 2 months ago
JSON representation
Youtube command line interface - allows us to download youtube videos as audio files from command line
- Host: GitHub
- URL: https://github.com/junajan/youtube-cli
- Owner: junajan
- Created: 2016-12-19T23:04:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T19:13:27.000Z (about 8 years ago)
- Last Synced: 2024-10-10T14:49:14.764Z (2 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!