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

时光毁灭记忆、已成空白 提交于 2019-11-28 06:45:30
cssko

If I'm understanding your question correctly then you should be using https://www.googleapis.com/youtube/v3/videos?id=<video_id>&key=<YOUR_API_KEY>&part=snippet from now on.

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

Take a look at the newest v3 API getting started.

You can use this link with your Youtube channel id after the = and it should work.

https://www.youtube.com/feeds/videos.xml?channel_id= your youtube channel id number

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!