Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 541 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 541 Bytes

NodeTube

NodeTube is Node tool for downloading YouTube videos. It also works

Installation

# Download the package
git clone https://github.com/qawemlilo/nodetube.git

# Install the app
cd nodetube && npm install

Wep App

Run the command below and then got to http//localhost:3030 to use the web app.

# Run the app
node app.js

Batch downloads

For batch downloads, in config.js, set the path for the downloads folder and list all your video URLs in the videos array.

# Batch downloads
node batch.js