We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected goFeed.item to have attribute called "Source" (rssFeed.item has this attribute, but goFeed.item does not for some reason)
or
Source attribute to exist in the goFeed.item.Custom[] map
goFeed.item has no attribute or method called "Source"
goFeed.item.Custom[] is empty
News aggregate, for example, news.google.com, uses the <source> attribute, as opposed to <title> or <author>.
Note: Please include any links to problem feeds, or the feed content itself!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Expected goFeed.item to have attribute called "Source" (rssFeed.item has this attribute, but goFeed.item does not for some reason)
or
Source attribute to exist in the goFeed.item.Custom[] map
Actual behavior
goFeed.item has no attribute or method called "Source"
goFeed.item.Custom[] is empty
Steps to reproduce the behavior
News aggregate, for example, news.google.com, uses the <source> attribute, as opposed to <title> or <author>.
Note: Please include any links to problem feeds, or the feed content itself!
The text was updated successfully, but these errors were encountered: