home.social

#aria2 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #aria2, aggregated by home.social.

  1. Happy 20th birthday to #aria2 – the CLI download tool that can do #BitTorrent

  2. 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).

    #aria2 #jdownloader #download #ytdlp

  3. 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?

  4. 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!

    git.jordanwages.com/wagesj45/a

    #addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome

  5. 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!

    git.jordanwages.com/wagesj45/a

    #addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome

  6. 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!

    git.jordanwages.com/wagesj45/a

    #addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome

  7. 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!

    git.jordanwages.com/wagesj45/a

    #addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome

  8. 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!

    git.jordanwages.com/wagesj45/a

    #addon #xpi #archive #feedback #opensource #oss #foss #boostswelcome

  9. 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: git.jordanwages.com/wagesj45/a

  10. 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!

  11. #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 github.com/aria2/aria2

  12. #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 github.com/aria2/aria2

  13. #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 github.com/aria2/aria2

  14. #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 github.com/aria2/aria2

  15. #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 github.com/aria2/aria2

  16. Do you agree? The best #downloader and #torrent client is #aria2 / #aria2c ?

    Lightweight, cross-platform, multi-source, multi-protocol, #OpenSource, metalink support, and more!

    aria2.github.io

    #BitTorrent #cli

  17. @bagder

    And then there is #aria2 which isn't really that similar to either curl or wget but does have a few cool tricks 😉

    aria2.github.io/

  18. نحوه اضافه کردن پشتیبانی از 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

  19. 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.”

    github.com/mayswind/AriaNg-Nat

    #Apple #AppleSilicon #ARM #SoftwareDevelopment

  20. 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

  21. is a multi-protocol downloading utility.

    aria2 is a command line file downloader that supports many protocols, including FTP, HTTP(S), and . 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 🔗️: aria2.github.io/

    apt 📦️: aria2