I would like to download a list of png images. I have the url in a table (excel). How could I do this?
Asked
Active
Viewed 9,081 times
2
-
5What did you try? You even tagged it "Download-Manager" did you try to use one? – Seth May 03 '18 at 13:29
-
I'm looking for one. Do you know any how can name the downloaded file based on another cell? – CabCon May 03 '18 at 13:49
-
1You could use a `for` loop with `wget` to download all images from a plain text file/list. If it needs to be a excel table, there may be a way to do it via VBA. – jnL May 03 '18 at 13:56
-
2@jnL Definitely possible with VBA, however OP has not tried anything yet – Eric F May 03 '18 at 14:13
-
1`wget -i file-with-urls.txt` (i.e. notepad text that is) – Hannu May 03 '18 at 18:18
-
@Hannu Thanks. Do you know how I can modify the name of the downloaded file? Because I have a list with URLs and foreach url a name, how I would like to name the file. – CabCon May 03 '18 at 19:06
-
Have a look on the text displayed by `man wget` - or; google it if you don't have man-pages. – Hannu May 03 '18 at 19:33
1 Answers
0
Try Tab Save. It's a chrome extension. You can know more about it here. Also, if you want to know other alternatives, refer this SuperUser Question.
DxTx
- 1,086
- 8
- 23