我正在尝试从YouTube数据API过滤数据(使用commentThreads)。
此处的目标是在2018-03-25之后获取为该频道发布的所有评论。我尝试了不同的日期格式,看起来过滤器不起作用,因为我得到了所有结果。
有什么想法吗?
答案 0 :(得分:0)
我从未使用过Youtube google api,但假设这是API参考:https://developers.google.com/youtube/v3/docs/commentThreads/list
它没有提及publishedAfter
- 选项,这让我相信它不存在?
这可能意味着您需要使用order
选项和maxResults
来实现目标。