The SmartCast function in FeedBurner is powerful and easy to use, I can do a quick podcast using any blog platform, instead of using other software.
But, it’s so dumb to put in the generated XML, without asking, this:
</item>
<language>en-us</language>
So, iTunes and others podcast indexers thinks that my podcast is in english language. I tried to use yahoo pipes to change that one to “it-it”, but, since it is after the last item tag, it is ignored by yahoo pipes.
There is a way to make yahoo pipes to get text from an url and then make a simple string substitution?
I solved in this way, with an asp.net page
by the way, an even better solution is to edit the original feed to include the language, as stated
here