mirror of
https://github.com/zoriya/snow.git
synced 2026-06-01 19:25:48 +00:00
Use ; instead idk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user