feat: adding hydra debrid

This commit is contained in:
Chubby Granny Chaser
2025-04-09 16:02:50 +01:00
parent 98ed07d6d2
commit 4da0dac0e6
3 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ class HttpDownloader:
if allow_multiple_connections:
options.update({
"split": "16",
"split": "4",
"max-connection-per-server": "16",
"min-split-size": "1M"
})

View File

@@ -6,3 +6,4 @@ psutil
Pillow
flask
aria2p
requests

View File

@@ -16,6 +16,7 @@ export class Aria2 {
"--rpc-listen-all",
"--file-allocation=none",
"--allow-overwrite=true",
"--disk-cache=64M",
],
{ stdio: "inherit", windowsHide: true }
);