Aria2 - Multiple Downloads

Pre-requisites:

Install Aria2c

sudo apt install aria2c
sudo dnf install aria2c
sudo pacman -S aria2c

to Download multiple files from a Text File: ex. dl.txt

#first create a txt file with a list of the links
#then run the following:
aria2c -i list.txt -j 2
adl -i dl.txt -j 2

Reference