Add debug logs

This commit is contained in:
2025-09-10 13:48:20 +02:00
committed by GitHub
parent 2ec7250d94
commit d261fb3826

View File

@@ -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:]")