是否会自动将日期过滤器应用于YouTube Data API的搜索结果?

时间:2018-03-21 18:44:30

标签: youtube-data-api

我尝试从YouTube数据API获取有关特定主题和特定位置的视频搜索结果。此格式的示例查询将是:

https://www.googleapis.com/youtube/v3/search?part=snippet&location=38.8%2C116.4&locationRadius=100km&maxResults=50&order=viewCount&q=game&maxResults=50&regionCode=us&type=video&key={API_KEY}

在这种情况下,totalResults计数显示的数字相对较大,返回的结果很少。

在另一种情况下(与上述相同但具有更宽的位置半径):

https://www.googleapis.com/youtube/v3/search?part=snippet&location=38.8%2C116.4&locationRadius=1000km&maxResults=50&order=viewCount&q=game&maxResults=50&regionCode=us&type=video&key={API_KEY}

结果仅来自最近几个月,但我还没有指定时间过滤器。

看起来某种日期过滤器正在应用于内容。我很确定几周前这个问题不存在。对API的行为方式或遇到错误有什么改变吗?

0 个答案:

没有答案