YouTube V3按频道ID上传视频列表

在YouTube V2中,此作品http://gdata.youtube.com/feeds/api/users/UCR72FMPr2lMA2mZNOWXUpwg/uploads?orderby=updated&max-results=2&v=2&alt=jsonc

但在YouTube的第三版中,我是https://www.googleapis.com/youtube/v3/activities?part=id,snippet,contentDetails&channelId=UCHgNsDiNvtT966PPFQrF4Ww&maxResults=5&key=AIzaSyDOkg-u9jnhP-WnzX5WPJyV1sc5QQrtuyc但在结果显示视频ID另一种方式contentDetails- > playlistItem-> resourceId-> VideoID的: “eTsw5rry3b8”

contentDetails-> upload“ - > videoId:”eTsw5rry3b8“

在youtube v3中,我无法在v3中获得视频ID


我相信下面的内容应该适合你。

https://www.googleapis.com/youtube/v3/channels?part=contentDetails&id=[THE_CHANNEL_ID]&key=[apiKey]  

如果您也需要这样,您可以将多个ID以逗号分隔。

至于传统名称,只要您知道,就会工作。

https://www.googleapis.com/youtube/v3/channels?part=contentDetails&forUsername=[USER_Name]&key=[apiKey]  

上传的列表在这里
[contentDetails] => [relatedPlaylists] => [上传]

希望这就是你要找的。

链接地址: http://www.djcxy.com/p/28995.html

上一篇: YouTube V3 uploaded Video list by channel id

下一篇: multiple search author + keyword