Skip to content

ClaytonIndustries/YoutubeDownloader

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Youtube Downloader

Download videos from Youtube and optionally convert them to audio files

Installation

No installtion is necessary, just download the release .zip, extract and run Youtube Downloader.exe

You can download the last release here, as well as see the full version history

Source

If you want to run from source then you'll need the following installed

  • Node
  • Npm

Clone the project, then

  • cd into the Source directory
  • npm install
  • npm run build && npm run start

FFmpeg is required for full functionality, it should be added to the dist folder inside a folder called FFmpeg. The correct structure can be seen in any of the existing releases

Packaging

Electron packager is used to build the final distribution

electron-packager ./ --platform=win32 --arch=ia32 --icon="./images/YoutubeIcon.ico" --electron-version="10.1.2"