From b6a544989b372cbab75b375be053c21375b9800d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 31 Dec 2023 18:19:32 +0100 Subject: make regex more correct --- import-kirchenmusik | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import-kirchenmusik b/import-kirchenmusik index 134476a..23821ce 100755 --- a/import-kirchenmusik +++ b/import-kirchenmusik @@ -8,7 +8,7 @@ printf '%s %s %s.\n' \ 'thueringer-saengerknaben' 'Familie' 'K\&F: ' \ | while read -r Chor Kalender Extra; do curl -Ss 'https://kirchenmusik-saalfeld.de/termine-dienste/'"${Chor}"'/' \ - | grep '^\[{"@context":"http://schema.org"' \ + | grep '^\[{"@context":"http://schema\.org"' \ | jq -cr '.[].url' \ | while read -r url; do curl -Ss "${url%/}/?ical=1" \ -- cgit v1.2.3-70-g09d2