From ca4c37c33fda469e8b7ef6a504123d85bf19f470 Mon Sep 17 00:00:00 2001 From: Andrew <66430340+aandrew-me@users.noreply.github.com> Date: Fri, 29 Jul 2022 17:22:16 +0600 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a2475c..78ae375 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```