yt-thumb-getter

1.1.5 • Public • Published

YtThumbGetter

  • Português

    Esse pacote baixa thumbs de videos do youtube, basta apenas usar o comando:

    módulo.getThumbnail();
    

    Ou para baixar mais de uma thumbnail, use o comando:

    módulo.getThumbnails();
    
  • English

    This package download thumbs of youtube videos, just use the command:

    module.getThumbnail();
    

    Or to download more than one thumbnail, use the command:

    module.getThumbnails();
    

getThumbnail

  • Português

    Essa função leva dois parametros:

    • Para achar o id do vídeo basta apenas o link e https://www.youtube.com/watch?v= o id está aqui
    • O nome do arquivo baixado (ele vai automaticamente adicionar o .jpg no final)
    módulo.getThumbnail(id do vídeo, nome para o arquivo)
    
  • English

    This function takes two parameters:

    • To find the id of the video just find the link and https://www.youtube.com/watch?v= the id is here
    • The name for the downloaded file (it will automatically add the .jpg at the end)
    módulo.getThumbnail(the id of the video, the name for the file)
    

getThumbnails

  • Português

    Essa função leva dois parametros:

    • Uma lista de ids de videos do youtube em [array], na função acima mostra como conseguir o id
    • O nome para pasta onde vai ficar as thumbnails
    módulo.getThumbnails(array de ids, nome para a pasta)
    
  • English

    This function takes two parameters:

    • A list of ids of youtube videos in a [list], in the above function shows how to get ids
    • The name for the folder where the thumbnails will be
    módulo.getThumbnails(list of ids, the name for the folder)
    

Package Sidebar

Install

npm i yt-thumb-getter

Weekly Downloads

0

Version

1.1.5

License

MIT

Unpacked Size

4.9 kB

Total Files

4

Last publish

Collaborators

  • henriquejoaomds