1.1.6 • Published 10 months ago

utube-cli v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

uTube 1.1.6 is here 🎉

what's new?

  • Auto update
  • Pass url and quality within command
  • Show downloading progress bar
  • Set default download folder
  • Bug fixes

Features

  • User friendly command line interface
  • Download single YouTube video
  • Download YouTube playlist
  • Download some videos of YouTube playlist
  • Playlists organized to folders by their names

TODO

  • Support -v parameter to display tool version
  • Support shorts
  • support all youtube link formats
  • support -u parameter to pass url directly
  • support -q parameter to quality url directly
  • Show downloading porgress bar
  • Support setting downloading folder
  • Auto Update package if new version available
  • Support 480p & 720p & 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

Updating

If you have uTube installed you can update it this command:

npm update -g utube-cli

Arguments

ArgumentDescriptionexample
-vshow uTube versionutube -v
-upass video or playlist urlutube -u [url]
-qpass quality (if not available will return to 360p)utube -q 360p
--set-download-folderset the default downloading pathutube --set-download-folder ~/Downloads
--get-download-folderget the downloading pathutube --get-download-folder

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 & playlists directly by passing url and quality:

utube -u https://www.youtube.com/shorts/ZKgEye8waGE -q 360p

- Download videos & playlists by passing url then select quality manually:

utube -u https://www.youtube.com/shorts/ZKgEye8waGE

- Download videos by 2 steps:

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

- Download playlists by 3 steps:

utube
  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

1.1.1

10 months ago

1.1.0

10 months ago

1.0.9

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0-beta.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0-beta.1

3 years ago