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.
I noticed sometimes when returning contents of entries there's a
contentfield, othertimes there's afullContentfield.The way
FeedlyDatais implemented, if you try to:if 'content' in entry:will result in an infinite loop.