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

ytdl-max

v1.1.3

Published

:mag: [English](#english)

Downloads

38

Readme

Youtube-Downloader

:mag: English

:mag: Português

Install

npm init -y

npm install ytdl-max

Getting Started

import YoutubeDownloader from 'ytdl-max'

YoutubeDownloader.Video()

YoutubeDownloader.Audio()

YoutubeDownloader.LowerQualityVideos()

Usage

YoutubeDownloader.Video()

YoutubeDownloader.Video()

:warning: DOES NOT work with video list links (MIX)

Used to download videos in MAXIMUM quality, after they start playing, just copy the YouTube links and they will be downloaded automatically

:warning: The videos will be saved in the "Downloaded Videos" folder

:warning: Some videos can take up a lot of space on your HD because they are downloaded at the maximum quality available for that video.

YoutubeDownloader.Audio()

YoutubeDownloader.Audio()

:warning: DOES NOT work with video list links (MIX)

Used to download ONLY AUDIO in MAXIMUM quality, it will download ONLY the AUDIO of the videos, just copy the YouTube links and they will be downloaded automatically

:warning: The audios will be saved in the "Downloaded Audios" folder

YoutubeDownloader.LowerVideoQuality()

YoutubeDownloader.LowerVideoQuality()

It works the same as "YoutubeDownloader.Video()", but the downloaded videos will have a lower quality

:warning: The videos will be saved in the "Downloaded Lower Quality Videos" folder

__________________________________________________________________________________

Instalar

npm init -y

npm install ytdl-max

Começando

import YoutubeDownloader from 'ytdl-max'

YoutubeDownloader.Video()

YoutubeDownloader.Audio()

YoutubeDownloader.LowerQualityVideos()

Uso

YoutubeDownloader.Video()

YoutubeDownloader.Video()

:warning: NÃO funciona com links de lista de vídeos (MIX)

Utilizado para baixar vídeos em qualidade MÁXIMA, após a sua execução ser iniciada, bastar ir copiando os links do youtube que eles serão baixados automaticamente

:warning: Os vídeos serão salvos na pasta "Downloaded Videos"

:warning: Alguns vídeos podem ocupar muito espaço no seu HD porque são baixados na qualidade máxima disponível para aquele vídeo.

YoutubeDownloader.Audio()

YoutubeDownloader.Audio()

:warning: NÃO funciona com links de lista de vídeos (MIX)

Utilizado para baixar APENAS ÁUDIO em qualidade MÁXIMA, irá baixar APENAS o ÁUDIO dos vídeos, bastar ir copiando os links do youtube que eles serão baixados automaticamente

:warning: Os audios serão salvos na pasta "Downloaded Audios"

YoutubeDownloader.LowerVideoQuality()

YoutubeDownloader.LowerVideoQuality()

Funciona igual o "YoutubeDownloader.Video()", porem os videos baixados terão uma qualidade inferior

:warning: Os videos serão salvos na pasta "Downloaded Lower Quality Videos"