Use ; instead idk

This commit is contained in:
2025-09-10 14:00:28 +02:00
committed by GitHub
parent 6075f62cd6
commit 3187ea8f77
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
set -x
rsstail -f '{title}:{link}\n' "$URL" | while IFS=":" read -r title link; do
rsstail -f '{title};{link}\n' "$URL" | while IFS=';' read -r title link; do
name=$(guessit "$title" -P title | tr -d "[:punct:]")
# shellcheck disable=SC2012