mirror of
https://github.com/zoriya/snow.git
synced 2026-06-04 20:26:18 +00:00
Update smartrss.sh
This commit is contained in:
@@ -6,6 +6,6 @@ rsstail -f '{title}---{link}\n' "$URL" | while IFS="---" read -r title link; do
|
||||
|
||||
# shellcheck disable=SC2012
|
||||
if ls /medias | tr -d "[:punct:]" | grep -qix "$name"; then
|
||||
transmission-remote "$TRURL" --auth "$TRUSER:$TRPASS" -a "$link" -w "$name"
|
||||
transmission-remote "$TRURL" --auth "$TRUSER:$TRPASS" -a "$link" -w "/medias/$name"
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user