Gizmodo RSS Feed getting stale

ぐ巨炮叔叔 提交于 2019-12-13 05:42:19

问题


I started pulling information from blogs into an app I am building using RSS. I have a cron job that runs every minute and does a fetch and parse of the rss feeds of multiple sites. New blog posts are added to my database everytime a new article shows up in the feed. I am using Feedjira to do the retrieving and parsing of the feed. Everything works perfect for every blog I have tried so far except Gizmodo. After about 10 mins the RSS feed I receive stops updating, even though the blog keeps updating. I am not sure what is wrong and how to go about investigating it. DO big sites like Gizmodo have a rate at which u can check their RSS feed?


回答1:


Yes, they do! Which is why you have to consider implementing thins like PubSubHubbub which will let you be notified when some feeds are updated.



来源:https://stackoverflow.com/questions/28379138/gizmodo-rss-feed-getting-stale

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