53seven / node-blindparser

blindparser is an all purpose RSS/ATOM feed parser that parses feeds into a common format so that you do not have to care if they are RSS or ATOM feeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with malformed (empty) feeds.

morfj opened this issue · comments

When a feed only returns:

and nothing else (except sometimes a lot of whitespace), the callback isn't triggered at all.
I would expect it to give me back an error.

I know the feeds are bad, but it would be nice if I could detect and handle that using Blindparser.

Thanks for a fast and easy way to grab feeds! Love this module!

Thanks for the error, Ill have a fix in soon!