Skip to the content.

YT Download

GitHub Workflow Status GitHub package.json version GitHub package.json dependency version (dev dep on branch)

Downloads videos from Youtube.

Table of contents

Node.js and Electron

This Software uses Node.js and Electron to utilize JavaScript, HTML, and CSS for cross platform desktop apps.

FFmpeg

FFmpeg is required to download HD quality videos and convert files. YT Download also works with limited functionality without FFmpeg.

if FFmpeg was not found, YT Download will ask you if you want to download it. In this case you don’t need to worry about setting the environment variables.

Quickstart

Initialize

npm install

or with yarn

yarn install

Starting YT Download

To start the release version enter

npm start

or with yarn

yarn start

To start the debug version with active Chrome Developer Mode enter

npm test

or with yarn

yarn test

Create package

npm run package

or with yarn

yarn package

Create installer

npm run make

or with yarn

yarn make

Changelog

v1.5.42

v1.5.41

v1.5.32

v1.5.31

v1.5.3

v1.5.1

v1.4.0

v1.0.0