feedparser-clj
feedparser-clj copied to clipboard
Readme example rss feed broken.
Trying to run the example command (parse-feed "http://gregheartsfield.com/atom.xml")
throws following error:
SAXParseException The element type "hr" must be terminated by the matching end-tag "". com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException (ErrorHandlerWrapper.java:203)
I've verified that other feeds work as expected.