Skip to content

"get-youtube-thumbnail" is a small tool for extract thumbnails images from youtube videos.

License

Notifications You must be signed in to change notification settings

iqhater/get-youtube-thumbnail

Repository files navigation

Get Youtube Thumbnail

Latest Release Tests go report


By default, get-youtube-thumbnail gets a max resolution image, if image has been not found, get-youtube-thumbnail try to getting a high resolution image.

How To Install

There are 2 ways to install "get-youtube-thumbnail". First way is simply to download ready build for your OS and the second way if you have installed golang on your system use "go get" then make build from source

  • Download ready binary for your OS:

    Latest Release

  • or use go get command:

go get github.com\iqhater\get-youtube-thumbnail

then build your source

go build

How to Use

  1. Run binary file in console. (for linux and darwin os). For windows run get-youtube-thumbnail.exe
./get-youtube-thumbnail
  1. Paste youtube url link
$ ./get-youtube-thumbnail

Enter Youtube Url: https://www.youtube.com/watch?v=glHtYwHidUY
  1. Profit;) Your image saved in created "thumbnails" directory
$ ./get-youtube-thumbnail

Enter Youtube Url: https://www.youtube.com/watch?v=glHtYwHidUY

Already Done:)

License

MIT License