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

https://github.com/danielstern/youtube-dl-cli

CLI Wrapper for Node Youtube DL
https://github.com/danielstern/youtube-dl-cli

Last synced: about 1 year ago
JSON representation

CLI Wrapper for Node Youtube DL

Awesome Lists containing this project

README

          

# youtube-dl-cli
CLI Wrapper for Node Youtube DL

This is just a convenience wrapper for YouTube DL
https://github.com/rg3/youtube-dl/blob/master/README.md#readme

It's meant to be installed via NPM because installing stuff like that is awesome.

```instructions
C://MyVideoFolder>>
npm install -g youtube-dl-cli
youtube https://www.youtube.com/watch?v=NCiYZ2mWtE4&list=CLlJwFeN0eZZI
```

That is all.