mmcdole / gofeed

Parse RSS, Atom and JSON feeds in Go
MIT License
2.56k stars 208 forks source link

RSS "source" attribute #229

Open nash-an opened 3 months ago

nash-an commented 3 months ago

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!