From 4445ca81d8c7136ffcdce2d32a3b93b8570a6de8 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 14 Feb 2026 10:17:45 +0000 Subject: [PATCH] start_platt.sh aktualisiert --- start_platt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_platt.sh b/start_platt.sh index 13606d0..3568d49 100644 --- a/start_platt.sh +++ b/start_platt.sh @@ -8,7 +8,7 @@ rm -r *.xml* #1) get current xml feed wget https://sr-mediathek.de/pcast/feeds/SR3_NUP_P/feed.xml #2) extract mp3 file and download it based on xml -grep -E -o https\:\/\/.+\.mp3 feed.xml | tail -n 1 | xargs wget +grep -E -i -o https\:\/\/.+\.mp3 feed.xml | tail -n 1 | xargs wget # play news mpg123 -f -2048 *.mp3 \ No newline at end of file