views:

31

answers:

1

Hi

The question has a similar intent as this question:

http://stackoverflow.com/questions/1361149/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

+1  A: 

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.

pug