#aria2 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #aria2, aggregated by home.social.
-
Happy 20th birthday to #aria2 – the CLI download tool that can do #BitTorrent
-
Is there anything better than "Free Download Manager" these days (kinda dislike their GUI since they changed it from the v3.9.7 one)
to get downloads from the browser automatically pushed into another tool that can do resumption and all (esp. when downloading multiple >20gb files/images).On the CLI aria2 + yt-dlp kinda works, but I haven't seen a browser plugin that would automatically intercept and forward downloads (esp. the javascript triggered ones).
-
salut le fediverse, je cherche une alternative au Download Station de synology. une application Web auto hébergée qui fonctionne dans un conteneur docker. j'ai déjà pu tester #aria2 #ariang, #exatorrent et #rqbit Avez vous déjà pu tester d'autres alternatives?
-
A reminder that I have a #Firefox (and #Waterfox) add-on for the #InternetArchive. It allows you to mass copy links from the download pages, or even automatically forward them to an #aria2 server to #download. Would love to hear from you if it is useful!
https://git.jordanwages.com/wagesj45/archive-org-link-grabber
#addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome
-
A reminder that I have a #Firefox (and #Waterfox) add-on for the #InternetArchive. It allows you to mass copy links from the download pages, or even automatically forward them to an #aria2 server to #download. Would love to hear from you if it is useful!
https://git.jordanwages.com/wagesj45/archive-org-link-grabber
#addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome
-
A reminder that I have a #Firefox (and #Waterfox) add-on for the #InternetArchive. It allows you to mass copy links from the download pages, or even automatically forward them to an #aria2 server to #download. Would love to hear from you if it is useful!
https://git.jordanwages.com/wagesj45/archive-org-link-grabber
#addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome
-
A reminder that I have a #Firefox (and #Waterfox) add-on for the #InternetArchive. It allows you to mass copy links from the download pages, or even automatically forward them to an #aria2 server to #download. Would love to hear from you if it is useful!
https://git.jordanwages.com/wagesj45/archive-org-link-grabber
#addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome
-
A reminder that I have a #Firefox (and #Waterfox) add-on for the #InternetArchive. It allows you to mass copy links from the download pages, or even automatically forward them to an #aria2 server to #download. Would love to hear from you if it is useful!
https://git.jordanwages.com/wagesj45/archive-org-link-grabber
#addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome
-
-
Do you download lots of files from the @internetarchive ? If so, you might find my #Firefox #extension handy. It can filter the links on collection pages and copy them to the clipboard, or even send them to an #aria2 download manager via #RPC. It pairs very nicely with #AriaNG running on a #NAS.
You can take a look at the #opensource #code and find the (self hosted) link to the installation file here: https://git.jordanwages.com/wagesj45/archive-org-link-grabber
-
Vibe coded a #Firefox add-on tonight that works on the "Show All Files" pages on #archiveorg and mass sends them to an #aria2 service to mass download. So very helpful!
-
#aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports #HTTP #HTTPS #FTP #SFTP #BitTorrent and #Metalink https://github.com/aria2/aria2
-
#aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports #HTTP #HTTPS #FTP #SFTP #BitTorrent and #Metalink https://github.com/aria2/aria2
-
#aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports #HTTP #HTTPS #FTP #SFTP #BitTorrent and #Metalink https://github.com/aria2/aria2
-
#aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports #HTTP #HTTPS #FTP #SFTP #BitTorrent and #Metalink https://github.com/aria2/aria2
-
#aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports #HTTP #HTTPS #FTP #SFTP #BitTorrent and #Metalink https://github.com/aria2/aria2
-
How To BitTorrent Using Magnet Links And .Torrent File link Addresses On Ubuntu Linux Terminal (CLI) https://youtu.be/YOrq29Cjc9o #Websplaining #Aria2 #Aria2c #BitTorrent #Torrents #Torrenting #CLI #CommandLineInterface #CommandLine #Terminal #MagnetLinks #TorrentFileLinkAddresses
-
Do you agree? The best #downloader and #torrent client is #aria2 / #aria2c ?
Lightweight, cross-platform, multi-source, multi-protocol, #OpenSource, metalink support, and more!
-
And then there is #aria2 which isn't really that similar to either curl or wget but does have a few cool tricks 😉
-
Varia – A Simple Linux Download Manager Based on Aria2 #Varia #Aria2 #DownloadManager #Opensource #Linux #Python
https://ostechnix.com/varia-linux-download-manager/ -
نحوه اضافه کردن پشتیبانی از aria2 به pacman برای ساده تر دریافت کردن فایل های حجیم.
با استفاده از aria2 در pacman میتونید فایل های حجیم رو ساده تر دریافت کنید و وسطش قطعی نداشته باشید.
اول از همه باید aria2 رو نصب کنید:
sudo pacman -Sy aria2
بعدش باید این خط رو به pacman.conf اضافه کنید:
XferCommand = echo Downloading %u ... && /usr/bin/aria2c --conf-path=/root/.aria2/pacman-aria2.conf %u
بعدش باید به یوزر روت تغییر بدیم.
sudo su
بعدش توی مسیر روت یک فایل کانفیگ میسازیم.
mkdir -p /root/.aria2/
nano /root/.aria2/pacman-aria2.conf
بعدش این هارو توش پیست کنید
# error handling
timeout=60
connect-timeout=30
max-tries=5
retry-wait=10
max-file-not-found=1
# downloading
split=16
max-connection-per-server=16
min-split-size=1M
max-concurrent-downloads=16
file-allocation=none
remote-time=true
conditional-get=true
no-netrc=true
# resuming
continue=true
allow-overwrite=true
always-resume=false
# proxy
#http-proxy=127.0.0.1:8080
#https-proxy=127.0.0.1:8080
#ftp-proxy=127.0.0.1:8080
# console
#quiet=true
console-log-level=warn
summary-interval=0
#enable-color=false
#human-readable=false
#show-console-readout=false
#truncate-console-readout=false
# logging
log-level=warn
log=/var/log/pacman-aria2.log
و تموم.
توضیحات اضافه سهراب🥸: اینکه توی روت ما فایل کانفیگ رو ساختیم به این خاطره که وقتی با sudo یک کامندی رو اجرا میکنیم توی پوشه هوم دنبال کانفیگ نمیگرده و مستقیم از روت استفاده میکنه.
#aria2 #pacman -
I do not understand #software #developers who continue providing #Intel #x86 only and/or #unsigned #macOS packages.
As I commented on the issues page for #AriaNg Native (an #ElectronJs frontend for the #aria2 download utility), Intel-only #Mac software “serves a dwindling niche of discontinued models and discontent professionals.” And unsigned #apps are “unusable for anyone who wants to maintain their Mac’s #security.”
https://github.com/mayswind/AriaNg-Native/issues/112#issuecomment-1567647421
-
Also, #aria2 is the only way to fly for mass #downloads
https://aria2.github.io
https://chrome.google.com/webstore/detail/aria2-for-chrome/mpkodccbngfoacfalldjimigbofkhgjn -
CW: aria2 torrent downloader helpful script
Because you can't tell #aria2 to download files sequentially from a torrent, I made this simple script sorting files and downloading them one by one.
using --show-files you can print each file available in the torrent and their internal index, then sort the filenames and gather the indexes in the sorted order and loop over the list.
#!/usr/bin/env sh
set -e
FILE="$1"INDEXES=$(aria2c --show-files "$FILE" | sort -t '|' -k 2 | awk -F '|' 'NF==2 && /\.\// { print $1}')
for i in $INDEXES
do
aria2c --select-file=$i "$FILE"
done -
#aria2 is a multi-protocol downloading utility.
aria2 is a command line file downloader that supports many protocols, including FTP, HTTP(S), and #BitTorrent. aria2 supports downloading a single file using many protocols to accelerate download speed, as well as pausing/interrupting downloads so they can be continued later.
Website 🔗️: https://aria2.github.io/
apt 📦️: aria2
-
Instalé #aria2 con webui en mi #RaspberryPi y funciona :blobaww: