【发布时间】:2015-01-30 14:34:45
【问题描述】:
我正在使用 .Net 的 Youtube APi 3.0 和这个[代码示例][1]。一切正常,但我不知道如何搜索 fot CC。
var searchListRequest = youtubeService.Search.List("snippet");
searchListRequest.Q = "Google";
searchListRequest.VideoLicense = SearchResource.ListRequest.VideoLicenseEnum.CreativeCommon;
searchListRequest.MaxResults = 50;
https://developers.google.com/youtube/v3/code_samples/dotnet#search_by_keyword
【问题讨论】: