I read through the docs: https://www.npmjs.com/package/@podverse/podcast-feed-parser - but don't see how to set the userAgent my app will use when making HTTP calls to podcast feed URLs.
Some podcast hosting platforms validate requests based on userAgents and it's generally a best-practice to provide a good userAgent:
Can you help provide an example on how to set it?
I read through the docs: https://www.npmjs.com/package/@podverse/podcast-feed-parser - but don't see how to set the
userAgentmy app will use when making HTTP calls to podcast feed URLs.Some podcast hosting platforms validate requests based on userAgents and it's generally a best-practice to provide a good userAgent:
Can you help provide an example on how to set it?