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.
ytDownloader/README.md

844 B

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