mmcdole / gofeed

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

Ability to parse custom fields in rss that are not part of the spec #177

Closed sjawaji closed 3 years ago

sjawaji commented 3 years ago

I have a requirement to parse elements that are not part of the standard spec. Noticed someone also recently raised this as part of the issue #174

Raising this pull request in case this will be helpful for others.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.2%) to 74.721% when pulling 30d4c253403e0b997314083dd48c9a13b927c21a on sjawaji:master into 41f47c9aa28b0731e0ac1b5a92830b1951ba91c9 on mmcdole:master.

sjawaji commented 3 years ago

Will add more test cases.

sjawaji commented 3 years ago

@mmcdole - Added additional test cases. Are you happy to merge this?

sjawaji commented 3 years ago

@mmcdole - possible to merge? The feature is urgently needed for me.