danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 192 forks source link

Sax parser is too strict. #114

Closed kof closed 10 years ago

kof commented 10 years ago

Probably feedparser should switch to a more forgiving parser like this one

https://github.com/fb55/htmlparser2

Errors like Unexpected end happen very very often.

Just one example feed:

Error: Unexpected end Line: 13 Column: 38

http://feeds.feedburner.com/leblogdebetty/aTYb

kof commented 10 years ago

Just realized it throws this error on that feed also not every time.

kof commented 10 years ago

Using curl not reproducible ... it must be something else.