npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

utube-cli

v1.1.6

Published

simple user friendly command line tool to download YouTube videos and playlists

Downloads

29

Readme

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

  • [x] Support -v parameter to display tool version
  • [x] Support shorts
  • [x] support all youtube link formats
  • [x] support -u parameter to pass url directly
  • [x] support -q parameter to quality url directly
  • [x] Show downloading porgress bar
  • [x] Support setting downloading folder
  • [x] 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

| Argument | Description | example | | --------------------- | --------------------------------------------------- | ----------------------------------------- | | -v | show uTube version | utube -v | | -u | pass video or playlist url | utube -u [url] | | -q | pass quality (if not available will return to 360p) | utube -q 360p | | --set-download-folder | set the default downloading path | utube --set-download-folder ~/Downloads | | --get-download-folder | get the downloading path | utube --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 here | enter 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 here | enter 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