【发布时间】:2013-09-01 13:13:16
【问题描述】:
我已经尝试解决这个问题已经有一段时间了。我正在尝试显示特定用户最近上传的视频。首先,我尝试使用 most_recent (https://gdata.youtube.com/feeds/api/standardfeeds/GB/most_recent) 等进行它,但我很快意识到它只能获取来自特定国家/地区的最新视频,而不是像我想要的特定用户。所以问题是,获取特定用户最新上传的 url 是什么?所有关于他们 API 的谷歌页面都没有提到它(或者我是盲人)
我读过的页面:
https://developers.google.com/youtube/2.0/reference?csw=1
https://developers.google.com/youtube/2.0/developers_guide_protocol#Standard_feeds
Getting most recent youtube video links for a user using API
https://developers.google.com/youtube/2.0/developers_guide_protocol_video_feeds
【问题讨论】:
标签: youtube-api