Open kylegoetz opened 6 years ago
const {load} = require('rss-to-json'); load(url, (err,res)=>{}); /*TypeError: $.parser is not a function at /.../rss-to-json/src/rss.js:28:28*/
A simple change to the structure of the code fixes this. Will submit PR.
A simple change to the structure of the code fixes this. Will submit PR.