This n8n workflow automates the process of creating a custom RSS feed from podcast episodes listed on a webpage. It begins with a manual trigger, fetches the main overview page, extracts links to individual episodes, removes duplicates, and then fetches each episode’s details. Using the data obtained, it constructs an RSS feed in XML format, which is served via a webhook. This workflow is highly practical for podcasters or content creators who want to automate the generation of RSS feeds from existing webpage content, ensuring their episodes are easily syndicated and accessible.
Automated RSS Feed Generator from Podcast Pages
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | function, htmlExtract, httpRequest, itemLists, manualTrigger, respondToWebhook, set, webhook |
Reviews
There are no reviews yet.