/Youthoob

This is a CLI tool to download youtube videos and convert them into mp3 files as well. All you have to do is to copy paste the YT video url to the terminal and the tool will handle it further....

Primary LanguageJavaScript

Youthoob

This is a CLI tool to download youtube videos and convert them into mp3 files.

........................................................................................................................................................................................................

Currently there are two feature in this tool:

1: download (i.e. used for downloading youtube videos)

2: convert (i.e. used for converting video to audio)

........................................................................................................................................................................................................

Given below are the arguments that you use with these features...

...................................................................................................

1: download

Usage: Youthoob download [options]

Download a video from Youtube...

Options:

-f, --folderName Output folder name (default: "videos")

-n, --fileName Output file name (default: "video")

-h, --help display help for command

...................................................................................................

2: convert

Usage: Youthoob convert [options]

Convert a video to mp3 file...

Options:

-f, --folderName Output folder name (default: "audios")

-n, --fileName Output file name (default: "audio")

-h, --help display help for command