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
Andrew ca4c37c33f
Update README.md
3 years ago
public Changed cursor style and more.. 3 years ago
resources Increased icon size 3 years ago
.directory
.gitignore Removed useless file 3 years ago
LICENSE
README.md Update README.md 3 years ago
app.js Minor changes and bug fixes 3 years ago
index.html Minor changes and bug fixes 3 years ago
main.js Enabled maximize in electron 3 years ago
package.json Fixing small bug 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