首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >YouTube应用编程接口搜索精确短语

YouTube应用编程接口搜索精确短语
EN

Stack Overflow用户
提问于 2013-01-17 01:52:25
回答 1查看 1.4K关注 0票数 0

我正在使用YouTube PHP检索一个提要,该提要精确地搜索“超级碗商业广告”。

然而,我有时会在提要中收到不相关的视频。

$searchTerms存储搜索查询。

代码语言:javascript
复制
$searchTerms2 = str_replace(" ","+",$searchTerms);
$searchTerms2 = '"' . $searchTerms2 . '"';

$query->setVideoQuery($searchTerms2);

有没有人知道这个问题的解决方案?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-01-17 02:08:26

参考资料:To search for an exact phrase, enclose the phrase in quotation marks. For example, to search for videos matching the phrase "spy plane", set the q parameter to %22spy+plane%22.

所以你urlencode你的引号?

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/14364626

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档