Last active
June 9, 2022 08:09
-
-
Save visualkom/daec5a214814c3329446 to your computer and use it in GitHub Desktop.
[Get a thumbnail for a Youtube video using the video ID] #video
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
Default Thumbnail Image, Full-Size (480x360): | |
http://img.youtube.com/vi/<video-id>/0.jpg | |
1st Thumbnail Image, Small (120x90): | |
http://img.youtube.com/vi/<video-id>/1.jpg | |
2nd | Default Thumbnail Image, Small (120x90): | |
http://img.youtube.com/vi/<video-id>/2.jpg | |
3rd Thumbnail Image, Small (120x90): | |
http://img.youtube.com/vi/<video-id>/3.jpg | |
Default thumb image (120x90): | |
http://img.youtube.com/vi/<video-id>/default.jpg | |
Medium quality large image (320x180): | |
http://img.youtube.com/vi/<video-id>/mqdefault.jpg | |
High quality large image (480x360): | |
http://img.youtube.com/vi/<video-id>/hqdefault.jpg | |
Standard definition large image (640x480): | |
http://img.youtube.com/vi/<video-id>/sddefault.jpg | |
Max resolution large image (1280x720): | |
http://img.youtube.com/vi/<video-id>/maxresdefault.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment