We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I noticed sometimes when returning contents of entries there's a content field, othertimes there's a fullContent field.
content
fullContent
The way FeedlyData is implemented, if you try to:
FeedlyData
if 'content' in entry:
will result in an infinite loop.