ytdl-core : Youtube video downloader in pure javascript.. You can installing ytdl-core 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 ytdl-core $ sudo npm install -g ytdl-core
If want to update the ytdl-core package execute the command as below,
$ sudo npm update ytdl-core
Update package globally,
$ npm install -g ytdl-core
$ sudo git clone https://github.com/rektide/ytdl-core.git
$ sudo npm install -g ./ytdl-core
ytdl-core@0.18.2 /usr/lib/node_modules/ytdl-core
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ytdl-core
| Package Name | ytdl-core |
| Version | 0.18.2 |
| Description | Youtube video downloader in pure javascript. |
| Released Date | 2017-11-14T02:43:09.445Z |
| Published by | fent |
| How to Learn | https://www.npmjs.com/package/ytdl-core/tutorial |