Is there a way to check if a youtube video is claimed using its API

▼魔方 西西 提交于 2020-01-13 04:41:06

问题


I am trying to build a listing of YouTube videos using php API and have to display next to video whether it is claimed by someone or not?

What should my approach be to this.?

Any help in this regard would be appreciated.

Thanks.


回答1:


contentDetails.licensedContent  boolean

Indicates whether the video represents licensed content, which means that the content has been claimed by a YouTube content partner.

Source: Google Developer Videos



来源:https://stackoverflow.com/questions/21014696/is-there-a-way-to-check-if-a-youtube-video-is-claimed-using-its-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!