endkb / SoundsDownloadScript

Download programs from BBC Sounds and publish them to a podcast feed
2 stars 0 forks source link

If Block is not specified in genRSS profile, default to 'no' in the RSS #37

Closed endkb closed 1 month ago

endkb commented 1 month ago

Add this:

Else { $blockelement = Add-RssElement -elementName 'podcast:block' -ns 'podcast' -value 'no' -parent $rssChannel }