| Okay I got this big site and I need all it's images.
However there is a problem, this website has a LOT of images and I want them
all downloaded to 1 folder (removing all website structure). Unfortunately, a
lot of these images have similar names but are different images.
Example:
website/section1/bg.jpg
website/bg.jpg
website/anotherone/bg.jpg
These all have the same name... but are NOT the same immages.
What I want is them all saved in 1 single folder, and that their names be
automatically renamed, something like this:
images/bg[1].jpg
images/bg[2].jpg
images/bg[3].jpg
Is there a way to automatically generate this? The website I need it for has
over 20 different bg.jpg files.
Thx in advance | |