Url of large image of a YouTube video

£可爱£侵袭症+ 提交于 2019-12-12 07:30:55

问题


I'm interested in getting a preview image of a youtube video for my application I'm using the url to the previews:

http://img.youtube.com/vi/EqWRZrupLrI/0.jpg

but this has little two black rows, up and down, and I wish it were bigger. I have read that the 0 is the bigger picture.

anyone know if it is possible to obtain a url with a better image?, for my project, I need the image is on a url

I appreciate the help

Regards :)


回答1:


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.




回答2:


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.




回答3:


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


来源:https://stackoverflow.com/questions/16222407/url-of-large-image-of-a-youtube-video

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!