Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M authored Jul 28, 2022
1 parent 1546fca commit 78ff075
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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)

## Why are there 2 options for audio and video?
YouTube doesn't store videos higher than 360p with audio, so this program combines the audio and video (using ffmpeg) to give you the highest quality. But since this takes a while, I added 2 options.

## Plans for the future
- An option to only get a section of a video.
- A direct resolution option.

0 comments on commit 78ff075

Please sign in to comment.