Youtube API 是否允许我进行类似的搜索
Search videos which have (in their title) strings both Lady Gaga AND (Cyrus OR Muse)
Youtube API 是否允许我进行类似的搜索
Search videos which have (in their title) string exactly Katy Perry. I don't want titles which have Katy Elizabeth Perry.
编写这种类型的搜索请求最有效的代码是什么?我想使用 Ruby on rails 对其进行编码。
我已经完成了关于如何搜索 Youtube 的各种介绍,但他们主要讨论的是其他过滤内容,例如相关性和观看次数过滤。