/ytdownload

Primary LanguageJavaScript

Youtube downloader

Download mp3 or mp4 from youtube using very simple cli app.

How to use

Require nodejs v16+ and git to work. Run without args for options or start with args to start download immediately.
Set cookies to increase download speed or access private video.

Installation

Run

git clone <url-of-this-repo> #at any directory

npm install or run installAndSetPath.cmd as admin

Run app

node .

or add this directory to env path to run from anywhere using.

ytdl --help

Updating

git pull