maxnowack / node-podcast

Podcast feed generator for Node.
MIT License
157 stars 39 forks source link

Only the last item in itunesKeywords is included in RSS. #13

Closed ogra closed 6 years ago

ogra commented 7 years ago

If you specify more than one keyword in itunesKeywords option, only the last keyword in the Array is included in RSS. So I changed the code so that all the keywords are included, separated by commas. https://lists.apple.com/archives/syndication-dev/2005/Nov/msg00002.html#_Toc526931686

TehShrike commented 7 years ago

Would you be willing to open up this pull request with a test against podcast2?