W
W
WebforSelf2021-04-20 17:46:39
excel
WebforSelf, 2021-04-20 17:46:39

How to download all photos by links from csv?

Friends, such a problem. There is an images column
, it has a photo in the line, somewhere one, and somewhere several separated by commas in the format.

http://site.ru/files/image1.jpg - строка с одним изображением
http://site.ru/files/image1.jpg , http://site.ru/files/image2.jpg   -   строка с несколькими изображениями


How can I bulk download all images in one folder? Is there a function or macro?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Grigory Boev, 2021-04-20
@ProgrammerForever

It is possible, for example. For small volumes - that's it. List of files in list.txt
Code save as bat or cmd

mkdir downloads
wget -x -i list.txt --secure-protocol=auto -nc -c -P downloads>log.txt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question