Anyone?
I really don’t see any chance of using such enclosure tags.
On the other hand: It’s the same with image tags in HTML, so there a bit of hope that I’m just missing something.
So, if you have some hints, I would really appreciate it.
What are you trying to do exactly? Can you also post a screenshot of your API Connector Result setting (when you initialized the call, how do you set the results you get?) and maybe API connector call too. I’ve tested it and I get all url.
But maybe I don’t understand correctly what you are trying to do.
As you can see the link tag has 2 tags. The enclosure tag consists of 1 and has a URL inside of it. This URL is in fact the URL for streaming the podcast itself. The link URL is just the website. So I need to use the URL inside of the enclosure tag.
I try to call the RSS feed with the following setup:
Yes I understand now. This seem to be a limitation of API Connector. I think you should open a support ticket for that.
For now, Solutions I can see are:
Use an api like https://rss2json.com/ and call the RSS feed using it (will return a json of the xml correctly parsed).
Use Integromat
Create a plugin.
Thanks for having a look, @Jici. I just wasn’t sure if I miss some really stupid stuff but I agree with you that it might be a current limitation of the API connector.
Will open a support ticket as audio content in feeds will be more and more popular.
Thanks also for the rss2json api link. Looks promising, I’ll try it out.