- Automate the extraction of podcast episode links from a website.
- Generate an RSS feed for audio content distribution.
- Remove duplicate links to ensure a clean feed.
- Parse and format JSON data into a structured RSS format.
Trigger the workflow manually to start the process. Make an HTTP request to retrieve the overview page from Ardaudiothek. Extract episode links using HTML selectors. Remove any duplicate links from the extracted data. Split the list of links for further processing. Fetch each episode page to extract detailed information. Parse the extracted script data into JSON format. Define the feed items and format them into an RSS structure. Serve the generated RSS feed through a webhook.
- 1Import the workflow template into n8n.
- 2Manually trigger the workflow to start the extraction process.
- 3Configure any necessary authentication for HTTP requests if required.
- 4Test the workflow to ensure it retrieves and formats the RSS feed correctly.