Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauamy/ard2rss
A small api that creates rss feeds for ARD Audiothek shows
https://github.com/mauamy/ard2rss
Last synced: 7 days ago
JSON representation
A small api that creates rss feeds for ARD Audiothek shows
- Host: GitHub
- URL: https://github.com/mauamy/ard2rss
- Owner: mauamy
- Created: 2023-05-12T17:25:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T21:30:34.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:09:47.445Z (3 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ard2rss
ard2rss is a small API that generates podcast RSS feeds for shows and collections of the [ARD Audiothek](https://www.ardaudiothek.de/).Since the ARD Audiothek does not provide RSS feeds directly, you can use this API to get your RSS feed and use it within your prefered podcast app.
ard2rss is currently hosted under https://ard2rss.mauamy.de.
# How to use
Go to the [ARD Audiothek](https://www.ardaudiothek.de/) and select a show or a collection you want an RSS feed for and copy the URL.
Your URL should look like this:
- `https://www.ardaudiothek.de/sendung///`
or
- `https://www.ardaudiothek.de/sammlung//`Now, to get your RSS feed simply replace `www.ardaudiothek.de` with `ard2rss.mauamy.de`.
For example:
https://www.ardaudiothek.de/sendung/levels-und-soundtracks/12642475/ --> https://ard2rss.mauamy.de/sendung/levels-und-soundtracks/12642475/You can add this URL to your podcatcher/podcast app.