

There you have quick access to the videos and you can play them at any time, without having to return to the orignial web page. play found MP4 videos via Google Chromecast on your TV or play it on your Google Home. select between different resolutions if the site supports it ( e.g. download and save videos playing on a website to hard disk Put the following code in index.js: var express = require('express') Īpp.Download videos from web sites or just collect them in your video list without downloading them. This will download and load the required node_modules into the project directory. Therefore, run npm install ytdl-core express. Next, we need express module and ytdl-core module for our purpose. This will create a package.json file in the project directory.

After installing node-js, cd into the project directory and run npm init. To setup a local node server, we first need to have node-js installed on our system. Setup a local node server to facilitate Youtube Video Downloads We will first understand how to setup the node server.

There are two parts of this project: running a node server and creating the extension.
