1.0.8 • Published 2 months ago

utube-cli v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

uTube-cli

# Stand With Palestine 🇵🇸

uTube-cli is a command line tool to download YouTube videos and playlists.

Web Page ScreenShot

It's a node package, so it's available for (Windows, Linux and Mac) operating systems, all you need is Node.js installed on your system.

Note: uTube is built on YouTube.js tool.

Features

  • User friendly command line interface.
  • Download single YouTube video.
  • Download YouTube playlist.
  • Supports all available video formats and qualities.
  • Playlists organized to folders by their names.

TODO

  • Support -v parameter to display tool version.
  • Support shorts.
  • Support 480p & 1080p.
  • Support downloading sounds (mp3 format).

Installation

Ensure that you have Node.js installed on your system, then you can install uTube using npm by this command:

npm install -g utube-cli

or using yarn:

yarn global add utube-cli

Warning: You may need to execute the command with sudo on Linux and Mac.

Usage

uTube is very easy to use, just type utube on your terminal or cmd then you can use it.

Here examples of uses:

- Download videos by 2 steps:

  1. Paste the video URL.
  2. Choose the quality.
enter image description hereenter image description here

- Download playlists by 3 steps:

  1. Paste the playlist URL.
  2. Choose the quality.
  3. Choose which videos will be downloaded.
enter image description hereenter image description here

Note: playlists will be downloaded to a folder with the playlist name.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT