Created
November 16, 2023 01:34
-
-
Save tohagan/9d6741571ef55920726c2bfc4488ab35 to your computer and use it in GitHub Desktop.
YouTube Thumbnails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## YouTube thumbnail URLs | |
- `ytimg.com` is owned by Google | |
- Use in compliance with owner copyright and YouTube terms | |
Player Background Thumbnail (480x360): | |
- https://i.ytimg.com/vi_webp/VIDEO_ID/0.webp | |
- https://i.ytimg.com/vi/VIDEO_ID/0.jpg | |
Video frames thumbnails (120x90) | |
- Start: https//i.ytimg.com/vi_webp/VIDEO_ID/1.webp | |
- Middle: https://i.ytimg.com/vi_webp/VIDEO_ID/2.webp | |
- End: https//i.ytimg.com/vi_webp/VIDEO_ID/3.webp | |
- Start: https//i.ytimg.com/vi/VIDEO_ID/1.jpg | |
- Middle: https://i.ytimg.com/vi/VIDEO_ID/2.jpg | |
- End: https//i.ytimg.com/vi/VIDEO_ID/3.jpg | |
Lowest quality thumbnail (120x90) | |
- https://i.ytimg.com/vi_webp/VIDEO_ID/default.webp | |
- https://i.ytimg.com/vi/VIDEO_ID/default.jpg | |
Medium quality thumbnail (320x180) | |
- https://i.ytimg.com/vi_webp/VIDEO_ID/mqdefault.webp | |
- https://i.ytimg.com/vi/VIDEO_ID/mqdefault.jpg | |
High quality thumbnail (480x360) | |
- https://i.ytimg.com/vi_webp/VIDEO_ID/hqdefault.webp | |
- https://i.ytimg.com/vi/VIDEO_ID/hqdefault.jpg | |
Standard quality thumbnail (640x480) | |
- https://i.ytimg.com/vi_webp/VIDEO_ID/sddefault.webp | |
- https//i.ytimg.com/vi/VIDEO_ID/sddefault.jpg | |
Unscaled thumbnail resolution | |
- https://i.ytimg.com/vi_webp/VIDEO_ID/maxresdefault.webp | |
- https://i.ytimg.com/vi/VIDEO_ID/maxresdefault.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment