diff options
Diffstat (limited to 'import-kirchenmusik')
-rwxr-xr-x | import-kirchenmusik | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |