An open API service indexing awesome lists of open source software.

https://github.com/iqhater/get-youtube-thumbnail

"get-youtube-thumbnail" is a small tool for extract thumbnails images from youtube videos.
https://github.com/iqhater/get-youtube-thumbnail

cli-utility download-image save-image youtube youtube-thumbnail

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

Get Youtube Thumbnail

[![Latest Release](https://img.shields.io/badge/Latest%20Release-v1.0.1-73C0E7.svg?style=flat-square)](https://github.com/iqhater/get-youtube-thumbnail/releases/tag/v1.0.1)
![Tests](https://github.com/iqhater/get-youtube-thumbnail/workflows/Tests/badge.svg)
[![go report](https://goreportcard.com/badge/github.com/iqhater/get-youtube-thumbnail?style=flat-square)](https://goreportcard.com/report/github.com/iqhater/get-youtube-thumbnail)


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](https://github.com/iqhater/get-youtube-thumbnail/releases/tag/v1.0.1)

- 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
```
2. Paste youtube url link
```
$ ./get-youtube-thumbnail

Enter Youtube Url: https://www.youtube.com/watch?v=glHtYwHidUY
```
3. 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](LICENSE)