I have a list of urls in a text file.i want the images to be downloaded to a particular folder ,how i can do it.is there any addons available in chrome or any other program to d
Create a folder in your machine.
Place your text file of images URL in the folder.
cd
Use wget -i images.txt
wget -i images.txt
You will find all your downloaded files in the folder.