fix(media): enforce strict separation by decoupling yt-dlp from aria2c

This commit is contained in:
NimBold
2026-06-28 14:29:26 +03:30
parent 73f894c154
commit 4a81945f9f
-4
View File
@@ -2360,10 +2360,6 @@ pub(crate) async fn start_media_download_internal(
.arg("3")
.arg("--extractor-retries")
.arg("3")
.arg("--downloader")
.arg(&aria2c_path)
.arg("--downloader-args")
.arg("aria2c:-c -x 16 -s 16 -k 1M --summary-interval=1")
.arg("--ffmpeg-location")
.arg(&ffmpeg_path)
.arg("--js-runtimes")