An Electron program to download YouTube videos.
Options:
- Only video
- Only audio
- Video and audio (Low quality, fast)
- Video and audio (High quality, slow)
- An option to only get a section of a video.
A direct resolution option.Dark mode.A converter to convert MKV/Webm to mp4
- Run
npm i
. - To start using webpack watch, run
npm run watch
. - To only build webpack (don't watch), run
npm run buildApp
. - Run
npm start
to start electron-forge. - Run
npm run makeWin
to make a Windows binary. - Run
npm run makeMac
to make a Mac binary.