mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 01:03:57 +00:00
feat: adding hydra debrid
This commit is contained in:
@@ -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"
|
||||
})
|
||||
|
||||
@@ -6,3 +6,4 @@ psutil
|
||||
Pillow
|
||||
flask
|
||||
aria2p
|
||||
requests
|
||||
|
||||
@@ -16,6 +16,7 @@ export class Aria2 {
|
||||
"--rpc-listen-all",
|
||||
"--file-allocation=none",
|
||||
"--allow-overwrite=true",
|
||||
"--disk-cache=64M",
|
||||
],
|
||||
{ stdio: "inherit", windowsHide: true }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user