diff --git a/tools/TUBE.copy.sh b/tools/TUBE.copy.sh index 50096256f..039284722 100755 --- a/tools/TUBE.copy.sh +++ b/tools/TUBE.copy.sh @@ -44,7 +44,7 @@ for yurl in $(cat ~/.zen/tmp/tiddlers.json | jq -r '.[].text' | grep 'http'); do # Get last writen file... TODO: Could we do better ? # ZFILE=$(ls -t ~/.zen/tmp/tube/*.mp4 | head -n 1) TITLE=$(yt-dlp --print title ${yurl}) - ZFILE=$(ls ~/.zen/tmp/tube/$TITLE* | head -n 1) + ZFILE=$(ls "$HOME/.zen/tmp/tube/$TITLE*" | head -n 1) [[ ! -f ~/.zen/tmp/tube/$ZFILE ]] && echo "No FILE -- EXIT --" && exit 1 echo "~/.zen/tmp/tube/$ZFILE downloaded"