替代https://gdata.youtube.com/feeds/api/videos/<video_id>?v=2

时间:2015-06-06 17:27:26

标签: youtube-api http-status-code-410

这些天我注意到我在我的项目中使用的Youtube API已不再可用,例如。

https://gdata.youtube.com/feeds/api/videos/dLEk9yiXVQs?v=2

返回HTTP 410响应代码,这意味着请求的资源不再可用,并且将无法再次使用。

我应该使用什么?

2 个答案:

答案 0 :(得分:56)

如果我正确理解您的问题,那么从现在开始您应该使用https://www.googleapis.com/youtube/v3/videos?id=<video_id>&key=<YOUR_API_KEY>&part=snippet

Google shutdown the old API effective April 20th, 2015.

查看最新的v3 API getting started

答案 1 :(得分:2)

您可以在=之后将此链接与您的Youtube频道ID一起使用,它应该有效。

https://www.youtube.com/feeds/videos.xml?channel_id=您的YouTube频道ID号