我正在使用以下google api来获取Feed。
http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=10&output=json&q=<URLHERE>
在我的情况下,查询是
http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=10&output=json&q=https://www.youtube.com/channel/UCP2UBhhA2k32TM8YiJkUTBg/feed
没有数据来自此消息:
{"responseData": null, "responseDetails": "Feed could not be loaded.", "responseStatus": 400}
链接有什么问题?
答案 0 :(得分:1)
您点击了错误的网址。 Google Feed服务需要某种RSS输入,您只需提供一个普通的HTML页面。我找了正确的饲料网址
所以完整的网址是: