mmcdole / gofeed

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

Fix atom pubDate #175

Open ghost opened 3 years ago

ghost commented 3 years ago

pubDate tag is not being parsed

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 74.08% when pulling 67daaaa888f7a4e5096b901f931c95c558772003 on zandorstorm:master into 1850ec19c3f1274cc77fad42a05c39d8eea701de on mmcdole:master.

mmcdole commented 2 years ago

pubDate is an RSS thing, not an atom thing. Why should we look for pubDate in an Atom Feed?

mmcdole commented 11 months ago

I think I want to do this, but I want to separate any "mixed" parsing as an option that you can control with strictness settings.