Reputation: 3058
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.
Upvotes: 3
Views: 1722
Reputation: 99001
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
Upvotes: 4