来自特定用户的频道的YouTube API



我在YouTube上看频道,看到了下面的链接和其他stackoverflow消息。

http://code.google.com/apis/youtube/2.0/developers_guide_protocol_channel_search.html

我的问题是,有可能从特定用户那里返回YouTube频道吗?例如,说我想要…的频道。。

http://www.youtube.com/user/NationalGeographic

这个查询会是什么样子?我可以得到的查询说"搜索关于国家地理的视频与…

http://gdata.youtube.com/feeds/api/channels?q=nationalgeographic&v=2&alt=json

但是我该怎么说呢?返回这个特定频道的所有视频(而不是搜索频道)。

您可以按作者进行搜索。

参见:

http://code.google.com/apis/youtube/2.0/developers_guide_protocol_api_query_parameters.html#authorsp

示例API uri:

http://gdata.youtube.com/feeds/api/videos?author=NationalGeographic&v=2&alt=json

相关内容

  • 没有找到相关文章

最新更新