I need to mirror every images which appear on this page:
The mirror result should give us the full size images, not the thumbnails. What is the best way to do this with wget?
UPDATE:
I update the solution below.
Advertisement
Answer
It is quite difficult to write all the script in stackoverflow editor, you can find the script at the address below. The script only downloads all images at the first page, you can modify it to automate download process in another page.