Skip to content

BrunoItacaramby/Youtube-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube-Downloader

🔍 English

🔍 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()

⚠️ 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

⚠️ The videos will be saved in the "Downloaded Videos" folder

⚠️ 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()

⚠️ 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

⚠️ 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

⚠️ 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()

⚠️ 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

⚠️ Os vídeos serão salvos na pasta "Downloaded Videos"

⚠️ 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()

⚠️ 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

⚠️ 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

⚠️ Os videos serão salvos na pasta "Downloaded Lower Quality Videos"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published