Mohammad Beheshti

Results 1 comments of Mohammad Beheshti

As a workaround fetch the RSS's xml yourself with node's built-in fetch (since v18), axios, etc. Example: ```javascript const axios = require('axios'); const RSSParser = require('rss-parser'); const parser = new...