From fcdfc5657e828cb7e45ef2787f255a44df74e3c6 Mon Sep 17 00:00:00 2001 From: coolnsx Date: Sun, 21 Jan 2024 20:30:53 +0530 Subject: [PATCH] Done, to whoever merges this, good luck. --- download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download b/download index a192037..1820386 100755 --- a/download +++ b/download @@ -134,7 +134,7 @@ if [ -n "$fallback" ]; then yt-dlp "$link" -o "$download_dir/%(title)s.%(ext)s" else info "Downloading Video" "$app" "$id" - printf "%s" "$video_url" | aria2c -x16 -s16 -j10 --user-agent="$agent" -d "$download_dir" -i - --download-result=hide --summary-interval=0 || notify_$os "Unable to Download $app Video" + printf "%s" "$video_url" | aria2c -x16 -s16 -j10 -k'1M' --user-agent="$agent" -d "$download_dir" -i - --download-result=hide --summary-interval=0 || notify_$os "Unable to Download $app Video" fi notify_$os "$app Video Downloaded"