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.
- Host: GitHub
- URL: https://github.com/iqhater/get-youtube-thumbnail
- Owner: iqhater
- License: mit
- Created: 2018-02-15T12:12:33.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-15T01:39:24.000Z (over 4 years ago)
- Last Synced: 2025-02-14T15:22:18.647Z (8 months ago)
- Topics: cli-utility, download-image, save-image, youtube, youtube-thumbnail
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Get Youtube Thumbnail
[](https://github.com/iqhater/get-youtube-thumbnail/releases/tag/v1.0.1)

[](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-thumbnailEnter Youtube Url: https://www.youtube.com/watch?v=glHtYwHidUY
```
3. Profit;) Your image saved in created "thumbnails" directory
```
$ ./get-youtube-thumbnailEnter Youtube Url: https://www.youtube.com/watch?v=glHtYwHidUY
Already Done:)
```## License
[MIT License](LICENSE)