YouTube API:检索视频,视频网址在哪里?
我正在使用 YouTube API。使用以下网址:https://gdata.youtube.com/feeds/api/ users/RayWilliamJohnson/uploads,如何获取视频网址?这些 URL 似乎都有 https:// 模式。不是应该只有 http:// 吗?
I'm playing with YouTube API. Using the following URL: https://gdata.youtube.com/feeds/api/users/RayWilliamJohnson/uploads, how do I get the video URLs? The URLs all seem to have the schema https://. Shouldn't there be an http:// only?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到
标签,其中提供了每个视频的信息。
内的
标签应该是您所需要的。例如,http://gdata.youtube.com/feeds/api/videos/u5yEXai8MoQ
Find
<entry>
tag, which gives each video's information.<id>
tag inside<entry>
should be what you need.For example,
<entry><id>http://gdata.youtube.com/feeds/api/videos/u5yEXai8MoQ</id>