mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-26 12:08:27 +00:00
fix(media): enforce strict separation by decoupling yt-dlp from aria2c
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user