如何通过api获取youtube推荐视频?

发布于 2024-11-24 00:09:06 字数 302 浏览 1 评论 0原文

我在 youtube 页面上注意到了。例如:http://www.youtube.com/watch? feature=相关&hl=en&v=Xr8vUTm64h0 在页面右侧,有一个建议列表。

我想问:如果我有当前视频的所有信息,如何通过api获取这个建议列表?是依靠类别搜索还是使用其他搜索方法?谢谢。

I noticed in youtube page. for example: http://www.youtube.com/watch?feature=related&hl=en&v=Xr8vUTm64h0 on the right part of the page, there have a suggestions list.

I would like to ask: how to get this suggestions list via api if I have the current video's all the information? is it relay on a category search or use other search method? Thanks.

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

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

发布评论

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

评论(1

我们的影子 2024-12-01 00:09:06

您可能需要相关视频 Feed。

https://gdata.youtube.com/feeds/api/videos/Xr8vUTm64h0/related?v=2&fields=entry(id)

JSON 格式示例。

You're probably wanting the related videos feed.

https://gdata.youtube.com/feeds/api/videos/Xr8vUTm64h0/related?v=2&fields=entry(id)

JSON formatted example.

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