scripts: Add printout of vidl moving files

This commit is contained in:
Marty Oehme 2024-08-07 20:02:41 +02:00
parent d9779ba966
commit ea2ba7f0ad
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -112,6 +112,7 @@ download() { # 1=url
if ! _alreadyexists "$yt_dl_fname" || ! _should_archive; then
_download_cmd "$*"
file=$(_findfile "$TEMP_FOLDER" "$yt_dl_fname")
printf "Moving file %s to dir: %s\n" "$file" "$DL_FOLDER"
mv "$file" "$DL_FOLDER"
if _should_archive; then