Questions tagged [aria2]

aria2 is a lightweight multi-protocol & multi-source download utility operated in command-line.

aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports

  • HTTP/HTTPS,
  • FTP,
  • SFTP,
  • BitTorrent, and
  • Metalink.

aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.

Online References

71 questions
0
votes
0 answers

aria2c and retry failed downloads - it retries both failed and successful downloads?

I have read many questions about aria2c here on SO, e.g. Automatically Retry aria2c download for using in a script Aria2c input file problem aria2c save download result table to a file to construct the following command: aria2c -j 10…
d-b
  • 695
  • 3
  • 14
  • 43
0
votes
0 answers

Aria2c Downloaded Videos are broken/corrupted

I'm using the below command to download a bunch of video urls (e.g. https://video*.mp4) from the list in the .txt. I've noticed during playback the video freezes the image and runtime continues until the video continues. Sometimes its frozen for…
0
votes
1 answer

Get list of files from https and save as txt file

I want to get list of directories from https for aria2c. Since, as I know, unlikely to wget, there is no recurrent option in aria2c, I going to use the txt file as mentioned here So I need the list of directories. This is the target https. I tried…
Jake
  • 65
  • 4
0
votes
1 answer

Im stuggling using aria2c commands

Im trying to download dataset from here Since it's very large to download (2.4T), so I tried use aria2c instead of wget. There is wget command line wget -r -N -c -np https://physionet.org/files/mimic3wdb-matched/1.0/. Of coure it worked well, but…
Jake
  • 65
  • 4
0
votes
0 answers

How to use aria2c to recursively check md5 hashes during/after batch download?

I have in one file md5 hashes of 100 files- called MD5.txt- which are downloaded from the source and in other file the URL addresses of those files to be downloaded- called myFiles.txt. I would like to use aria2c command so that it recursively reads…
Erfanesi
  • 11
  • 1
0
votes
0 answers

get files all at once from webpage using aria2c

Is there an aria2c equivalente of this wget command: wget -A extension1,extension2 -m -p -E -k -K -np $webpage ?
kurokirasama
  • 737
  • 8
  • 31
0
votes
1 answer

Save files with specific extension using aria2

PROBLEM: I was using a Google Colab based downloader using Aria2 to download certain files to Google Drive. The problem is downloaded files have no extension, and are being treated by Drive as binary files, even after renaming the downloaded file…
0
votes
1 answer

Why aria2c ignore the "title" in a URL?

E:\软件\下载工具\aria2-1.34.0-win-64bit-build1>aria2c.exe…
0
votes
1 answer

aria2c do not output result table

I am downloading a file using aria2c. I would like to only display the "progress bar". > aria2c -console-log-level=error LINK [#508b8d 0.9GiB/0.9GiB(99%) CN:1 DL:76MiB] Download Results: gid |stat|avg speed …
Asusagawa
  • 3
  • 1
  • 3
0
votes
2 answers

How to use aria2 in my python GUI program?

I am using the aria2c downloader ( https://aria2.github.io/ ) in my python script. The aria2c is a command-line tool to batch download some stuff. import os #... os.system("aria2c " + url) The output of aria2c is displayed in the same console with…
Ali Sajjad
  • 3,589
  • 1
  • 28
  • 38
0
votes
1 answer

Automatically Retry aria2c download for using in a script

I am working on a python script, in which I webscrape download links, and then download them one by one using aria2 downloader 'aria2c.exe' like this: import os #... for downloadLink in someList: os.system("aria2c -x 5 " + downloadLink + " -o "…
Ali Sajjad
  • 3,589
  • 1
  • 28
  • 38
0
votes
1 answer

pacman xfercommand not working with echo and aria2

TLDR: XferCommand = echo Downloading %u ... && /usr/bin/aria2c --conf-path=/etc/pacman-aria2.conf %u in pacman.conf outputs Downloading https://mirror.23media.com/manjaro/stable/core/x86_64/core.db ... && /usr/bin/aria2c…
Phidy
  • 3
  • 1
0
votes
1 answer

Save aria2 generated .torrent file with magnet's "dn" name?

Aria2 has the ability to specify a magnet URI and it will save a torrent file. This file gets saved with a name of the hex encoded info hash with suffix .torrent. Magnet URIs have an option for ?dn=, which is a Display Name. Is it possible to use…
xd1936
  • 1,038
  • 2
  • 9
  • 27
0
votes
1 answer

Run a process only when the previous one is finished | Bash

I am using aria2 to download some data with the option --on-download-complete to run a bash script automatically to process the data. aria2c --http-user='***' --http-passwd='***' --check-certificate=false --max-concurrent-downloads=2 -M…
GCGM
  • 901
  • 1
  • 17
  • 38
0
votes
0 answers

Why aria2c Linux version is much larger than Windows version

Currently, I start using aria2 in Linux. At the beginning, I thought I just need to download a executable file just like 'aria2c.exe' in Windows. But I was wrong. In Linux, I need to use c++ compiler to compile and run 'make' command. It takes few…
Archon
  • 1,385
  • 1
  • 15
  • 30