ytdl-max
v1.1.3
Published
:mag: [English](#english)
Downloads
23
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"