A modern GUI App for downloading Videos and Audios from hundreds of sites
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
aandrew-me 1b26055f5e Package.json changes 3 years ago
html Small changes 3 years ago
public Small changes 3 years ago
resources Small changes 3 years ago
.directory Initial version 3 years ago
.gitignore Showing download location for audio files 3 years ago
LICENSE Create LICENSE 3 years ago
README.md Update README.md 3 years ago
app.js Small changes 3 years ago
main.js Small changes 3 years ago
package.json Package.json changes 3 years ago

README.md

YouTube Downloader

A GUI for downloading Video and Audio files from YouTube using Nodejs and Electron

Features

Light/Dark mode

Video download support (High resolution supported)

Audio download support

Available on Windows and Linux

Screenshots

ss ss2

For building or running from source code

Nodejs (along with npm) needs to be installed.

Required commands to get started.

git clone https://github.com/aandrew-me/ytDownloader.git
cd ytDownloader
npm i

To run with Nodejs :

node app

To run with Electron :

npm start