remus
remus copied to clipboard
issue getting published date from feed that parses successfully in ROME
Hi! I'm running remus to parse the following URL:
"https://ln.hixie.ch/rss/html"
and the published dates don't show up in remus.
I tried parsing the same url directly with rome, using (.build (SyndFeedInput.) (XmlReader. (URL. "https://ln.hixie.ch/rss/html"))) and the published dates show up correctly.
Any idea what's going wrong?