.torrent
or
.metalink
it'll automatically download the files specified inside.Integration with Aria2 Tray is available which you can open and delete file/folder right in the download history see screenshot.
genssl.sh
script in the scripts
folder to generate certificates.root-ca.pem
to Authorities in certificate manager (search for "view
certificates" in the firefox settings) and check
This certificate can identify website
when importingsecurity.certerrors.mitm.auto_enable_enterprise_roots
and
security.enterprise_roots.enabled
in about:config
aria2c --enable-rpc --rpc-secret=topsecret --rpc-certificate=server.p12 --rpc-secure
genssl.sh
script in the scripts
folder to generate certificates.root-ca.pem
to Authorities tab in Manage certificates (search for
"manage certificates" in the search bar) and check
Trust this certificate for identifying websites
when importingaria2c --enable-rpc --rpc-secret=topsecret --rpc-certificate=server.p12 --rpc-secure
$ cat genssl.sh | tr -d '\r' | sh -
using WSL then rename the generated
root-ca.pem
to root-ca.cer
, double click the file and install certificate.socket error
when using aria2 cli in Windows try adding
--disable-ipv6
flag.--check-certificate=false
flag.Node.js
v18 or newer should work.
pnpm install
or npm install
npm run build
dist
folder will be generated in the root of the project directory with
firefox
and chromium
folder inside.
Currently no plan for it since it's just fun little project for me to solve my own problem but let's see if userbase is growing or tell me if you need it I'll make the abstraction for the translator.
Any contribution are welcome, fork and send me a pull request! For any suggestion or issue you can create a new issue in the issue panel.