w3c / feedvalidator

W3C-customized version of the feedvalidator (forked from https://github.com/rubys/feedvalidator/)
Other
81 stars 37 forks source link

Apple recomends true/false over yes/no in itunes:explicit #112

Closed Marzal closed 1 year ago

Marzal commented 1 year ago

Describe the bug itunes:explicit must be "yes", "no", or "clean": false imagen It's not Apple doc correct?

To Reproduce Just validate a feed with false https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fkdeexpress.gitlab.io%2Ffeed

Expected behavior The recommended options are allowed.

Additional context https://help.apple.com/itc/podcasts_connect/#/itcb54353390 https://github.com/Podcast-Standards-Project/PSP-1-Podcast-RSS-Specification#channel-itunes-explicit https://github.com/maxnowack/node-podcast/issues/41 https://github.com/mattstratton/castanet/issues/326

PD: I've found different aproaches over the Internet