rust-syndication / rss

Library for serializing the RSS web content syndication format
https://crates.io/crates/rss
Apache License 2.0
430 stars 53 forks source link

Parsing fails with InvalidStartTag even though feed is valid #175

Open pedrocr opened 1 week ago

pedrocr commented 1 week ago

I'm trying to parse the feed at: https://www.record.pt/rss/

According to the W3C validator it seems to be a valid feed:

https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fwww.record.pt%2Frss%2F

yet when I try to parse it I get an InvalidStartTag error

andy128k commented 3 days ago

@pedrocr I cannot reproduce your issue. See #176.

Probably you have issue somewhere else (interrupted download or smth like this).