我正在使用以下 API 调用来提取<TAG>
来自的所有视频<CHANNEL>
:
http://gdata.youtube.com/feeds/api/users/<CHANNEL>/uploads/-/<TAG>/?v=2&alt=jsonc&start-index=1&max-results=50&orderby=published
但是对于某些标签名称,结果是错误的,甚至是空的。例如
http://gdata.youtube.com/feeds/api/users/NintendoFR/uploads/-/n3ds/?v=2&alt=jsonc&start-index=1&max-results=50&orderby=published
只有 1 个结果,但另一方面,我知道至少有 20 个带有标签“n3ds”的视频
http://gdata.youtube.com/feeds/api/users/NintendoFR/uploads/-/wiiu/?v=2&alt=jsonc&start-index=1&max-results=50&orderby=published
给出预期的 36 个结果。有任何想法吗?或者有类似问题的人?