Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
本文展示了如何在版本 2 中从特定频道获取所有上传的视频,但我无法弄清楚如何使用版本 3 来做到这一点。
可能吗?大多数第 3 版文章只讨论搜索。
在这里,您将找到所有 Data API v3 参考资料。
只需几个步骤;
1)您列出上传完成的特定频道。
2)您解决上传播放列表。
3) 您可以通过每个视频的播放列表项在此播放列表中进行迭代。
这是一个Java 示例。您也可以在此项目中找到其他语言示例。