播放列表视频 API 在特定日期 运行 错过了某些帖子

Playlist video API missed certain posts when ran on particular day

我使用 Youtube APIs 来跟踪某个频道的品牌资产。 播放列表 API:https://www.googleapis.com/youtube/v3/playlistItems 该平台每周更新一次。在其中一次刷新中,播放列表 API 错过了相应周内的某个 post。 Post 发布日期在范围内。 这个问题有什么正当理由吗?只是想知道这个问题发生的根本原因和概率,以便我可以在需要时在我的平台上建立一些保护措施。

据我所知,从 PlaylistItems 端点获得的结果集应该是准确的——没有像搜索端点那样隐含的模糊性。因此,我倾向于相信——您没有随问题提供实际数据——还有其他原因导致了您的问题。

API 的用户经常忽略这样一个事实,即任何视频都可以先作为 私有 上传,然后再制作 public。

publishedAt (datetime)

The date and time that the video was published. Note that this time might be different than the time that the video was uploaded. For example, if a video is uploaded as a private video and then made public at a later time, this property will specify the time that the video was made public.