NodeTube is Node tool for downloading YouTube videos. It also works
# Download the package
git clone https://github.com/qawemlilo/nodetube.git
# Install the app
cd nodetube && npm install
Run the command below and then got to http//localhost:3030 to use the web app.
# Run the app
node app.js
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