且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用 *** v3 API 检索 *** 视频的标签?

更新时间:2023-02-20 23:42:14

根据 https://developers.google.com/***/v3/docs/videos/list 似乎最新版本的 *** API 现在返回标签:

According to https://developers.google.com/***/v3/docs/videos/list it appears that the latest version of the *** API now returns tags:

https://www.googleapis.com/***/v3/videos?key={API-key}&fields=items(snippet(title,description,tags))&part=snippet&id={video_id}