danmactough / node-feedparser

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

Some feeds not parsing #258

Closed mzontak closed 6 years ago

mzontak commented 6 years ago

No output or error for the following feeds:

  1. https://bridgewoodchurch.com/podcast?format=RSS
  2. https://www.westgatechurch.org/westgate-teaching?format=rss
danmactough commented 6 years ago

Hi. Please don't ignore the issue tempate:


Before submitting your issue, please make sure these boxes are checked. Thank you!

mzontak commented 6 years ago

Tested on node 6 and 8, with latest version of parser. Compressed example didn't work for the listed feeds.

danmactough commented 6 years ago

@mzontak I'm not seeing any problems. It's likely that the data you're sending to feedparser is not a feed. Can you post your code?

mzontak commented 6 years ago

Turns out that the parser was emitting an error, which made me think that processing stopped. Ignoring this error, the parser continues to parse and reaches the onreadable. Thanks.