node-podcast
node-podcast copied to clipboard
Podcast feed generator for Node.
added the missing documentation for node js require #58
current doc has sample code for ES6 / TypeScript Import, but have no information for node js require format.
Proposed fix for #56 - Change logic so `itunesOwner` element is pushed to feed array only if an explicit value exists - Add test for omitted `owner` tag
In Aug 2022, Apple announced it was [no longer supporting](https://podcasters.apple.com/4115-technical-updates-for-hosting-providers) the `` tag. The problem is that this library auto-populates the `name` element of this tag with the `author` value,...
It looks like `` is no longer mentioned in the itunes docs: https://help.apple.com/itc/podcasts_connect/#/itcb54353390 However, the library currently always sets it if there is a `` set: https://github.com/maxnowack/node-podcast/blob/7379a25d1158f8b32966fa265f77c532dec46d51/src/index.ts#L96 The docs for...
I am using version 2.0.0 of podcast npm module. I know that I can index my podcast through iTunes, and users can then subscribe _through_ iTunes. But I was hoping...
Would it be possible to implement a podcast feed reader, would be nice to have it in one package Example: https://github.com/jbierfeldt/podcast-feed-parser
https://github.com/Podcastindex-org/podcast-namespace#element-list
This is specified in the items as opposed to feedOptions at the moment. But it is a feed-level directive and should be on channel, not item.