This is an illustration example on how to run the youtube-dl
script from a nodeJs based application
- Download the project in your computer
or run
git clone https://github.com/shakesBeardZ/utubeDLGUI.git
- Go to the downloaded directory :
cd utubeDLGUI
-
Install the application via :
npm install
-
Test and Enjoy ! Run the application using :
node app.js
- Using a Web Browser go to http://localhost:8081/
- Put a youtube link in the text box and click submit
The video will be downloaded in the root folder
The Download state is printed in the terminal.