Closed dvtate closed 3 weeks ago
reading the code, it appears that feeds must start with <rss>
... which doesn't seem right.
Nevermind, seems to be a new reddit policy.
rss feed from reddit is atom feed use https://github.com/rust-syndication/syndication
The following code prints
failed to fetch rss feed: InvalidStartTag
The feed appears to be valid. Not sure if I'm doing something wrong here or if the parser only works on a subset of valid rss feeds.
Thanks!