I am using the Google Feed JSAPI to read/parse a feed. The problem is, when the feed changes, the previous entries become invalid (links and images don\'t work) so I can
try feed.includeHistoricalEntries(); It might solve your issue.
feed.includeHistoricalEntries();