Url of large image of a YouTube video

北城以北 提交于 2019-12-03 02:14:08

0.jpg is the full-size 480p thumbnail and there is no bigger thumbnail except for full HD videos (maxresdefault.jpg).

But why do you expect a bigger thumbnail for such a video ? Your video example has a resolution of 240p, the thumbnail is already much bigger than the video resolution.

biztiger

Please check the following SO post:

How do I get a YouTube video thumbnail from the YouTube API?

YouTube thumbnail link doesn't work in all cases

It will surely solve your problem. I recommend to query the youtube api to get the thumbnail with max resolution.

Each of every image has 4 category like

https://img.youtube.com/vi/<insert-youtube-video-id-here>/0.jpg
https://img.youtube.com/vi/<insert-youtube-video-id-here>/1.jpg
https://img.youtube.com/vi/<insert-youtube-video-id-here>/2.jpg
https://img.youtube.com/vi/<insert-youtube-video-id-here>/3.jpg 

Also you can get more image size by this

-- For default

https://img.youtube.com/vi/<insert-youtube-video-id-here>/default.jpg

-- For high quality

https://img.youtube.com/vi/<insert-youtube-video-id-here>/hqdefault.jpg 

-- For medium quality

https://img.youtube.com/vi/<insert-youtube-video-id-here>/mqdefault.jpg

-- For max size

https://img.youtube.com/vi/<insert-youtube-video-id-here>/maxresdefault.jpg
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!