I noticed sometimes when returning contents of entries there's a `content` field, othertimes there's a `fullContent` field. The way `FeedlyData` is implemented, if you try to: `if 'content' in entry:` will result in an infinite loop.