获取雅虎视频的缩略图? (Python)

发布于 2024-09-10 07:13:13 字数 228 浏览 2 评论 0原文

这个问题与这个问题有类似的意图:

Get img缩略图从Vimeo?

但是一个是给 vimeo 的。

那么,我有一个 yahoo 视频的 url,有什么方法可以使用该 url 获取标准缩略图吗?

谢谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诗笺 2024-09-17 07:13:13

嗯,雅虎支持 oembed。因此,您可以获取视频网址,例如
http://video.yahoo.com/watch/5202550/13742849 并传递它像这样进入他们的 oembed 服务:

http://video.yahoo.com/services/oembed?url=http://video.yahoo.com/watch/5202550/13742849

对此的响应将包含缩略图 URL。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文