pub / newsplanet

Planet-Style Newsfeed generated with perlanet
git clone https://src.jayvii.de/pub/newsplanet.git
Home | Log | Files | Exports | Refs | README | RSS

commit ff53a33f7323562f297d7ca7bbccd5b01edc641e
parent a015d17e57946c119d10267a92332d4f03d494a9
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 14 Apr 2025 19:49:41 +0200

feat: add audio feed

Diffstat:
Aperlanetrc/04_audio.yaml | 36++++++++++++++++++++++++++++++++++++
Mperlanetrc/99_flash.yaml | 2+-
2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/perlanetrc/04_audio.yaml b/perlanetrc/04_audio.yaml @@ -0,0 +1,36 @@ +title: Audio +description: Audio-News, Radio and Podcasts +url: https://news.jayvii.de/audio.html +entries: 200 +entries_per_feed: 10 +entries_sort_order: "issued" +entries_age: 259200 +author: + name: JayVii + email: jayvii+newsplanet[AT]posteo[DOT]de +opml_file: audio.opml.xml +page: + file: audio.html + template: templates/index.tt +feed: + file: audio.xml + format: RSS +manifest: + file: assets/manifest.json +cache_dir: /tmp/newsplanet/audio +feeds: + - title: Tagesschau + url: https://www.tagesschau.de/multimedia/sendung/tagesschau_20_uhr/podcast-ts2000-audio-100~podcast.xml + web: https://www.tagesschau.de/multimedia/sendung/tagesschau_20_uhr/podcast-ts2000-audio-100.html + - title: Deutschlandfunk - Die Nachrichten + url: https://www.deutschlandfunk.de/nachrichten-100.xml + web: https://www.deutschlandfunk.de/nachrichten-100.html + - title: Deutschlandfunk - Presseschauen + url: https://www.deutschlandfunk.de/presseschau-120.xml + web: https://www.deutschlandfunk.de/presseschau-120.html + - title: Deutschlandfunk - Der Tag + url: https://www.deutschlandfunk.de/podcast-104.xml + web: https://www.deutschlandfunk.de/podcast-104.html + - title: Deutschlandfunk Nova - Kurz und Heute + url: https://www.deutschlandfunknova.de/podcast/hielscher-oder-haase + web: https://www.deutschlandfunknova.de/podcasts/download/hielscher-oder-haase diff --git a/perlanetrc/99_flash.yaml b/perlanetrc/99_flash.yaml @@ -1,5 +1,5 @@ title: Flash -description: Breaking news. +description: Breaking news (also included in Tide). url: https://news.jayvii.de/flash.html entries: 500 entries_per_feed: 5