diff --git a/scripts/.local/bin/vidl b/scripts/.local/bin/vidl index 0cdca44..5192922 100755 --- a/scripts/.local/bin/vidl +++ b/scripts/.local/bin/vidl @@ -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