i have this code - links.txt include like 10k link . but wget download first link and after finished download the next link , is there any way to tell wget to start download 10 links or more at same time so the whole time need to download will be shorter. thanks
!wget --load-cookies cookies.txt -i links.txt
I appreciate your help