scripts: Add printout of vidl moving files
This commit is contained in:
parent
d9779ba966
commit
ea2ba7f0ad
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue