And I want to know what is the formula to get the .mp3 of each episode
When I enter =importfeed("https://feeds.transistor.fm/forloop-pod"), it only shows these data (title, author, episode link, created date and description)
I have tried with 3 other podcast rss feed and it still only shows these data…
This is not a Glide specific question, but has to do with how transistor serves its podcast MP3 files. Do you have an example link to a podcast MP3? It probably looks something like the links that are already in your sheet, I’m guessing with a .MP3 extension.
Again, can you post just one example of an MP3 link for the podcast you’re trying to build? I’m looking for a pattern between the links that are actually in your sheet, and the link you want. If we discover the pattern, it’s may be easy to generate the MP3 links from the links you already have. I’m not familiar with the Podcasts that you’re working with, so I have no way to know where they store the MP3 files.
For example, it could be as simple as appending .MP3 to the end of the links you already have. In that case we would just use a template column to do this.