Having problems validating the feed for my podcast. When I run the feed url (http://mysite.com/audio/feed) through the Feed Validator (http://www.feedvalidator.org), I get the following error that prevents my feed from validating:
line 16, column 19: itunes:explicit must be "yes", "no", or "clean": 0 (29 occurrences) [help]
<itunes:explicit>0</itunes:explicit>
It looks like the coding in the audio_itunes.module is returning an integer (0, 1, 2) for the explicit tag, rather than 'yes', 'no', or 'clean' as is required for a valid feed.
I've tried making adjustments to the code myself without any luck. Frankly I don't have the programming knowledge to figure out where the problem is. I really need this fixed, to get my podcast back up and running.
Thanks.
Comments
Comment #1
drewish commentedplease try out the attached patch.
Comment #2
drewish commentedComment #3
ryanbjorn commentedThat fixed it. Thanks!
Comment #4
drewish commentedthanks for the quick feedback. committed to HEAD.
Comment #5
esbon commentedHi, feed validator is telling me these tags are missing on the last line:
Missing recommended iTunes channel element: itunes:category
Missing recommended iTunes channel element: itunes:explicit
The recommended element is missing
Thanks a million!
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.