有没有办法知道视频是免费还是付费? 什么属性表示需要付款的视频?
https://www.youtube.com/watch?v=wWu03qUnHlk
var partitionInformation = new Mock<Int64RangePartitionInformation>().Object;
DoSomething(partitionInformation);
答案 0 :(得分:1)
Youtube API中没有此类功能。所有视频属性都在Youtube Resource Representation中找到,并且没有任何属性表明它是否已付款。
Google工程师在this post确认了这一点。