How to get an RSS feed containing the mp3 download links to the past podcast episodes?
This is a tricky case, where the download link comes after the 2nd “|” sign.
Furthermore in my attempt below, only the latest episode is contained, without any preceding one:
You can select links based on their position, e.g. .episode_links a[3]
a[3] will select the third link inside the element with class “episode_links”.
Here’s the updated Feed Creator link:
1 Like