From 4a81945f9fe367055cd6bf85fc6a584bed2dd97a Mon Sep 17 00:00:00 2001 From: NimBold Date: Sun, 28 Jun 2026 14:29:26 +0330 Subject: [PATCH] fix(media): enforce strict separation by decoupling yt-dlp from aria2c --- src-tauri/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 4378ff7..6133bf7 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -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")