YouTube API、iOS。从 2 个播放列表中获取项目
Youtube API, iOS. Get items from 2 playlist
我有播放列表 A 和播放列表 B。
我可以一次请求 A 和 B 的项目吗?我需要混合播放列表
这是另一个示例,查看文档会有帮助
id string
The id parameter specifies a comma-separated list of the
YouTube playlist ID(s) for the resource(s) that are being retrieved.
In a playlist resource, the id property specifies the playlist's
YouTube playlist ID.
您可以发送多个播放列表 ID,您只需将它们用逗号分隔即可。使用页面底部的试用我来测试它。
我有播放列表 A 和播放列表 B。
我可以一次请求 A 和 B 的项目吗?我需要混合播放列表
这是另一个示例,查看文档会有帮助
id string
The id parameter specifies a comma-separated list of the YouTube playlist ID(s) for the resource(s) that are being retrieved. In a playlist resource, the id property specifies the playlist's YouTube playlist ID.
您可以发送多个播放列表 ID,您只需将它们用逗号分隔即可。使用页面底部的试用我来测试它。