Get thumbnail image for Yahoo video? (python)

百般思念 提交于 2020-01-25 23:10:09

问题


The question has a similar 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


回答1:


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.



来源:https://stackoverflow.com/questions/3262532/get-thumbnail-image-for-yahoo-video-python

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