I tried to add a tag for itunes
itunes:explicitFalse/itunes:explicit
with this line:
$feed->channel(array('title' => $podcast->name, 'description' => $podcast->description, 'link' => Request::url(), "itunes:explicit" => 'False'));
But in the feed, it just shows up as
False
And the itunes podcast validator doesn't like it.
Any ideas for how to make that work? iTunes wants several tags like that to list the podcast.
Thanks!