A minimalistic CLI for downloading YouTube videos/audios written in Node.js.
clone the repo and run
npm i
to install the dependencies. then runnpm i -g
to install the cli globally
ytdn help
to get a list of all the commands.ytdn download [...options]
to download a video/audio.
- Downloading videos
- Downloading audios
- Downloading playlists
- Downloading videos in a specific resolution
- Downloading videos in a specific format
- Play videos in the terminal
Apache-2.0