To get all pics in one of my photo albums, do this:

  1. download a copy of wget.exe, place it in \windows\system32 on your machine (linux and Mac OS X users should have wget built in).
  2. make a folder where you want to store the pics





  3. open a command prompt (Windows users, do this: Start > Run... and enter the command cmd).



  4. change directories to where the new folder is
    1. in a Windows Explorer, navigate to where the new folder is located



    2. copy the address of this location



    3. in the command window enter "cd " (with a space after the command, but do not hit <Enter> yet)
    4. paste the address into the command window, then hit <Enter>






      now you are in the folder where you want the pics to be
  5. use the wget command to download
    1. copy the URL of the location where the pics are



    2. in the command window enter "wget -r -np -m " (with a space after the command, but do not hit <Enter> yet)
    3. paste the URL in the command window



    4. hit <Enter>, and a number of files will download, it may take some time!



  6. Now you will have a new folder with a hierarchical structure, but if you move down into the folders eventually you will see the pics along with the HTML files for the slide shows etc. You can open the index.html file to look at the pics.