fdietz / elixir-feed-parser

Elixir Feed Parser
Other
49 stars 18 forks source link

Allow different date times in RSS2 #15

Closed thiagopromano closed 2 years ago

thiagopromano commented 2 years ago

Some RSS2 feedburner articles aren't being parsed correctly because they use dc:date in ISO format, this PR fixes that so more articles can be parsed.

I added a test with an article that couldn't be parsed before