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

node-yt-dl-cli

v3.7.2

Published

Youtube CLI downloader

Downloads

342

Readme

YT-DL-CLI

A quick and easy CLI to download the highest quality YouTube videos, from 4k, you can download ANY quality, or just the audio.

ONLY WINDOWS OS IS SUPPORTED AS OF RIGHT NOW

There are plans to add suport for Linux operating systems in the near future, so stay tuned!

Getting Started (Windows)

To download this please install the latest LTS of Node.js by going to https://nodejs.org/en/

Open any command prompt and insert the following,

npm i node-yt-dl-cli -g

After its finished

Insert yt into the console, and press enter, you now have YT-DL-CLI installed! Read below for some basic examples and instructions/information!

Basic Functions (3.6.5-latest)

--help ---------- Show help [boolean] --version ---------- Show version number [boolean] --update ---------- Check for an update from the API, if there is one, install it. [boolean] --forceupdate ---------- Force an update, even if its the same version. [boolean] --branch ---------- choose the branch of YT-DL-CLI to use [string] --branches ---------- A list of the available the branches of YT-DL-CLI to use [boolean] --audio ---------- Audio only [boolean] --open ---------- Open audio/video when done [boolean] --openfolder ---------- Open audio/video folder when done (DEFAULT: TRUE) [boolean] --url ---------- Youtube video URL [string]

Audio only eample, yt --audio --url https://www.youtube.com/watch?v=7XVcbDGioFA

Video & audio example, yt --url https://www.youtube.com/watch?v=7XVcbDGioFA

Beta Functions (4.3.3-beta)

Options: --help ---------- Show help [boolean] --version ---------- Show version number [boolean] --update ---------- Check for an update from the API, if there is one, install it. [boolean] --forceupdate ---------- Force an update, even if its the same version. [boolean] --about About the CLI [boolean] --addcommand ---------- Add a command for yt-dl-cli (DEFAULT: 'yt') [string] --remcommand ---------- Remove a command for yt-dl-cli [string] --commands ---------- Shows all start commands [boolean] --videostats ---------- Shows available statistics of a YouTube video via URL. [string] --thumbnail ---------- Gets a youtube videos thumbnail [string] --refreshmodules ---------- Refresh the NPM Modules if theres any errors. [string] --branch ---------- choose the branch of YT-DL-CLI to use [string] --branches ---------- A list of the available the branches of YT-DL-CLI to use [boolean] --audio ---------- Audio only [boolean] --open ---------- Open audio/video when done [boolean] --openfolder ---------- Open audio/video folder when done (DEFAULT: TRUE) [boolean] --url ---------- Youtube video URL [string]

To switch to the beta branch of the CLI, use yt --branch beta_branch