Support itunes:image syntax in RSS Polling plugin

When it comes to media-related RSS, basically podcasts and music, iTunes is a big player, so big, that some media platforms ensure to be compatible with iTunes’ RSS more than with W3C’s RSS. In practice, RSS Polling works just fine with these feeds, excepts that it doesn’t recognize the syntax for images. It looks like this:

<itunes:image href="https://static-2.ivoox.com/audios/7/c/f/6/7cf68a790f570a1809c6ba30ba2ca2f2_XXL.jpg"/>

Some RSS services / apps will be adapted to recognize this syntax and show an image. For instance, I have tested this with https://antennapod.org/ . It would be great if RSS Polling could recognize this syntax and poll the images as well.

1 Like

Just a note to say that @RGJ and I have agreed to tackle this feature.

It would be interesting to know whether the Discourse maintainers would welcome it as a PR, or at least whether they would be open to the idea. :slight_smile:

3 Likes

Yes, I think we’re open to a PR that adds support for itunes:image syntax. Thanks!

4 Likes

Just a note to say that @RGJ has a patch that I have tested and it works (proof). :tada: Thank you, Richard!

1 Like