Ihar Hancharenka e12f8e4e3c m
2025-03-15 13:50:39 +03:00

50 строки
1.7 KiB
Plaintext

https://aria2.github.io/
https://github.com/aria2/aria2
apt/aria2
ui
apt/persepolis
https://giantpinkrobots.github.io/varia/
https://github.com/giantpinkrobots/varia
https://flathub.org/apps/io.github.giantpinkrobots.varia
https://www.youtube.com/watch?v=FoAP9eqeVBg
https://aria2.github.io/manual/en/html/
https://aria2.github.io/manual/en/html/README.html#bittorrent
https://aria2.github.io/manual/en/html/aria2c.html#bittorrent-download
aria2c --follow-torrent=mem "http://host/file.torrent"
aria2c --max-upload-limit=40K file.torrent
aria2c "magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C&dn=aria2"
aria2c --follow-torrent=false "http://host/file.torrent"
https://aria2.github.io/manual/ru/html/
https://aria2.github.io/manual/ru/html/aria2c.html#id42
docker
https://hub.docker.com/r/p3terx/aria2-pro
samples
https://stackoverflow.com/questions/55166245/aria2c-parallel-download-parameters
$ aria2c -c -s 16 -x 16 -k 1M -j 1 -i dl.txt
-c, --continue [true|false]
-s, --split=<N>
-x, --max-connection-per-server=<NUM>
-k, --min-split-size=<SIZE>
-j, --max-concurrent-downloads=<N>
-i, --input-file=<FILE>
docker
https://github.com/P3TERX/Aria2-Pro-Docker
cfg
~/config/aria2/aria2.conf
https://gist.github.com/ifyour/2be0055adbaea83881aacaab905afd43
trackers list
https://unix.stackexchange.com/questions/753268/easily-update-aria2-bittorrent-trackers
https://gist.github.com/HaleTom/fe873dc2f3c5bd14f7418efefc2b91a8
https://raw.githubusercontent.com/P3TERX/aria2_perfect_config/master/tracker.sh
# Update the bt-tracker= line in aria2.conf
# Any bt-tracker= lines are removed and and a new one added at the bottom of the file