mirror of
https://github.com/zoriya/snow.git
synced 2025-12-05 23:06:23 +00:00
Add debug logs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
set -x
|
||||
|
||||
rsstail -f '{title}---{link}\n' "$URL" | while IFS="---" read -r title link; do
|
||||
name=$(guessit "$title" -P title | tr -d "[:punct:]")
|
||||
|
||||
Reference in New Issue
Block a user