Run:
$ wget -r -l5 -E -e robots=off --convert-links --no-parent https://fotolog.com/username/
-r
Turn on recursive retrieving.
-l5
Specify recursion maximum depth level depth. 5 is more than necessary, but the --no-parent
keeps it under control.
-E
(or --adjust-extension
) Add the correct extensions to HTML and CSS files.