Skip to content

Joery-M/YouTube-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e00ad21 · Feb 23, 2023

History

27 Commits
Feb 23, 2023
Feb 23, 2023
Aug 1, 2022
Aug 6, 2022
Jul 28, 2022
Jul 28, 2022
Feb 23, 2023
Feb 23, 2023
Feb 23, 2023
Aug 22, 2022
Jul 28, 2022
Jul 28, 2022
Jul 28, 2022

Repository files navigation

YouTube Downloader

An Electron program to download YouTube videos.

Options:

  • Only video
  • Only audio
  • Video and audio (Low quality, fast)
  • Video and audio (High quality, slow)

Plans for the future

  • An option to only get a section of a video.
  • A direct resolution option.
  • Dark mode.
  • A converter to convert MKV/Webm to mp4

How to build:

  • 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.