Get thumbnail image for Yahoo video? (python)
The question has a si开发者_如何学编程milar intent as this question:
Get img thumbnails from Vimeo?
but that one was for vimeo.
So, I have a url for the yahoo video, is there any way I could get the standard thumbnail using the url?
Thanks
Well, Yahoo supports oembed. So, you can take the video url e.g., http://video.yahoo.com/watch/5202550/13742849 and pass it on to their oembed service like this:
http://video.yahoo.com/services/oembed?url=http://video.yahoo.com/watch/5202550/13742849
The response to that will contain the thumbnail image url.
精彩评论