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.
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:
-
or use go get command:
go get github.com\iqhater\get-youtube-thumbnail
then build your source
go build
- Run binary file in console. (for linux and darwin os). For windows run
get-youtube-thumbnail.exe
./get-youtube-thumbnail
- Paste youtube url link
$ ./get-youtube-thumbnail
Enter Youtube Url: https://www.youtube.com/watch?v=glHtYwHidUY
- Profit;) Your image saved in created "thumbnails" directory
$ ./get-youtube-thumbnail
Enter Youtube Url: https://www.youtube.com/watch?v=glHtYwHidUY
Already Done:)