A GUI Downloader for downloading songs and videos from youtube alone. It has rich user interface compiled from SCSS using Grid and Flex layout and also coming with animation.Check out hereJDownloader.
clone the repository
git clone https://github.com/janakhpon/DownYoutube.git
Get into root folder
cd DownYoutube
Install Dependencies using npm
npm install
npm i -d
npm start
Install Dependencies using yarn
yarn install
yarn add
yarn start
If u run into error use the following steps
sudo yarn install
sudo yarn add
sudo yarn start
or
sudo npm install
sudo npm i -d
sudo npm start