Update README.md

pull/9/head
Andrew 3 years ago committed by GitHub
parent 1f0a61ea72
commit ca4c37c33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,24 @@
# YouTube Downloader
A GUI for downloading Video and Audio files from YouTube using Nodejs and Electron
## Features
✅ Light/Dark mode
✅ Video download support (High resolution supported)
✅ Audio download support
✅ Available on Windows and Linux
## Screenshots
![ss](https://user-images.githubusercontent.com/66430340/181747909-f16e30dc-a7c3-40cb-876b-54f0ea8d4e42.jpg)
![ss2](https://user-images.githubusercontent.com/66430340/181747920-4df80914-278f-4350-9328-015e9e0bcf16.jpg)
## For building or running from source code
[Nodejs](https://nodejs.org/) (along with npm) needs to be installed.
Required commands to get started.
@ -17,4 +35,4 @@ node app
To run with [Electron](https://www.electronjs.org/) :
```
npm start
```
```

Loading…
Cancel
Save