From 4b268b3d0035e5e83c413b258ee877c1119fc7b8 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 28 Jan 2022 22:45:42 +0100 Subject: [PATCH] ytdl: Add aria2 arguments --- config/yt-dlp/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/yt-dlp/config b/config/yt-dlp/config index 5c7e55d..44eb354 100644 --- a/config/yt-dlp/config +++ b/config/yt-dlp/config @@ -14,6 +14,7 @@ # Download using aria2 --downloader aria2c +--downloader-args "aria2c:--max-download-limit=6M --min-split-size=1M --max-connection-per-server=4 --split=4" # Other --no-overwrites