This NodeJs Script downloads the youtube video from the url mentioned.
- Run
npm install iin the project folder. - Run
ytdload "<youtube-video-link>"to download any YouTube video.
You can also run
npm install -g .in the project folder, this will allow you to run the script from any location.
