这是我在做的事情,但我得到400个不良请求错误
Dim request = String.Format("https://gdata.youtube.com/feeds/api/videos?q={0}&orderby=published&start-index=1&max-results=10&v=2&fields=title,media:group/yt:duration,media:group/media:thumbnail", searchItem)
Dim responseByte() As Byte = New WebClient().DownloadData(request)
Dim responseXML As String = System.Text.UTF8Encoding.UTF8.GetString(responseByte)
gdata将被弃用。我建议使用数据API V3。
这是一个很好的例子。文件夹中还有更多需要利用的文件。
https://github.com/youtube/api-samples/blob/master/dotnet/search.cs