This commit is contained in:
Urban Modig
2025-10-01 12:42:59 +02:00
parent a834893eaf
commit aff8b5e31b

View File

@ -218,11 +218,6 @@ download_and_save_link() {
log "Finalizing -> $final"
mv -f "$tmp" "$final"
}.mp4"
log "Downloading $url -> $outpath"
(( NOOP )) && { log "(dry-run) Skipping download"; return 0; }
curl "${CURL_OPTS[@]}" -o "$outpath.part" "$url" || { rm -f "$outpath.part"; return 1; }
mv -f "$outpath.part" "$outpath"
}
do_post() {