dylang / dylang/node-rss

Feed doesn’t validate in itunes - itunes:category should have a self closing tag

Open
#95 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1k
Forks
128
PR merge metrics
No merged PRs in 30d

Description

Thanks for this library, it’s great.

However, according to the [Apple docs](https://help.apple.com/itc/podcasts_connect/#/itcb54353390), for a feed to validate on itunes podcasts the itunes:category tag should be self closing:

But node-rss produces:

So the feed doesn’t validate on itunes.

Is there a way to specify the feed options so as to get the self closing tag version?

Updated - Here is the config I am using:

{'itunes:category': [
{_attr: {
text: ‘History'
}}
]}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.