我正在使用YouTube API从我的网站搜索视频,我想限制用户从我的站点搜索成人视频。有什么选择吗?
谢谢。
您可以使用safeSearch参数,将其设置为"strict"以避免成熟的内容。例如:
https://gdata.youtube.com/feeds/api/videos?q=football&最大结果=10&v=2&safeSearch=严格
更多信息请点击此处:
https://developers.google.com/youtube/2.0/reference?csw=1#safeSearchsp
safeSearch在API的v3中也受支持。
https://developers.google.com/youtube/v3/docs/search/list#safeSearch