forked from yoitsmejesse/jmdkh-mltb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aria.sh
9 lines (9 loc) · 903 Bytes
/
aria.sh
1
2
3
4
5
6
7
8
9
tracker_list=$(curl -Ns https://ngosang.github.io/trackerslist/trackers_all_http.txt | awk '$0' | tr '\n\n' ',')
aria2c --allow-overwrite=true --auto-file-renaming=true --bt-enable-lpd=true --bt-detach-seed-only=true \
--bt-remove-unselected-file=true --bt-tracker="[$tracker_list]" --check-certificate=false \
--check-integrity=true --continue=true --content-disposition-default-utf8=true --daemon=true \
--disk-cache=40M --enable-rpc=true --follow-torrent=mem --force-save=true --http-accept-gzip=true \
--max-connection-per-server=10 --max-concurrent-downloads=10 --max-file-not-found=0 --max-tries=20 \
--min-split-size=10M --optimize-concurrent-downloads=true --peer-id-prefix=-qB4390- --reuse-uri=true \
--peer-agent=qBittorrent/4.3.9 --quiet=true --rpc-max-request-size=1024M --seed-ratio=0 --split=10 \
--summary-interval=0 --user-agent=Wget/1.12