youtube-dl : youtube-dl driver for node. You can installing youtube-dl npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install youtube-dl $ sudo npm install -g youtube-dl
If want to update the youtube-dl package execute the command as below,
$ sudo npm update youtube-dl
Update package globally,
$ npm install -g youtube-dl
$ sudo git clone https://github.com/rektide/youtube-dl.git
$ sudo npm install -g ./youtube-dl
youtube-dl@1.12.2 /usr/lib/node_modules/youtube-dl
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall youtube-dl
| Package Name | youtube-dl |
| Version | 1.12.2 |
| Description | youtube-dl driver for node |
| Released Date | 2017-09-30T10:47:54.912Z |
| Published by | przemyslawpluta |
| How to Learn | https://www.npmjs.com/package/youtube-dl/tutorial |