如何获取 YouTube 上我喜欢的视频列表?

发布于 2024-11-25 18:32:18 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(2

櫻之舞 2024-12-02 18:32:18

当您获取用户个人资料时,返回的数据结构包含一个 url,其中包含该用户的收藏夹。请参阅 YouTube API 参考:http://code.google.com/apis/youtube/ 2.0/developers_guide_protocol_profiles.htmlhttp://code.google.com/apis/youtube/2.0/reference .html#youtube_data_api_tag_gd:feedLink

但请注意,如果没有身份验证,您只能处理公共个人资料/收藏夹。

When you fetch a user profile, the returned data structure contains a url which contains that users favourites. See Youtube API reference: http://code.google.com/apis/youtube/2.0/developers_guide_protocol_profiles.html and http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_gd:feedLink

Note though, that without authentication, you can only work on public profiles/favourites.

南巷近海 2024-12-02 18:32:18

如果您指的是“最喜欢的视频”,API 文档中提到了这一点:http ://code.google.com/apis/youtube/2.0/reference.html#User_favorites_feed

If you mean "favorite videos", this is mentioned in the API documentation: http://code.google.com/apis/youtube/2.0/reference.html#User_favorites_feed

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