【发布时间】:2011-08-11 17:47:14
【问题描述】:
我正在编写一个使用 YouTube 代码 API 执行特定类型搜索的网络应用。在这种情况下,我正在尝试搜索与查询匹配并且在两个日期之间上传的所有视频。 This document 说我可以使用 published-min 和 published-max 参数,而 this one 说我可以使用 updated-min 和 updated-max。
这两个参数集都会导致 YouTube 返回错误:
- published-min 返回“此服务不支持 'published-min 参数”
- updated-min 返回“此服务不支持 'updated-max' 参数”
- With neither 返回正确的结果集。
如何将我的结果集限制为指定日期范围内的匹配?
【问题讨论】:
-
FWIW,API 似乎可以识别常规 YouTube 搜索中使用的特殊过滤器值:
?q=Test%2C+today、?q=Test%2C+this+week、?q=Test%2C+this+month
标签: api youtube gdata-api gdata