This commit is contained in:
Sebastian
2024-10-20 02:01:40 +02:00
parent 107cdd9983
commit 6636b47344

View File

@@ -25,5 +25,5 @@ if [ "$3" = "--print-timestamp-only" ]; then
fi
base_url="$1"
aria2c -c -x8 -j8 -s8 -d "$LOCAL_DIR" "${files[@]/#/$base_url}"
aria2c -c -Z -x8 -j8 -s8 -d "$LOCAL_DIR" "${files[@]/#/$base_url}"