Copy everything to directory structure: wget -E -H -k -K -p http://the.site/dir search .jpgs in structure and copy all to one dir: find . -name *.jpg -exec mv ‘{}’ /target/dir \;
Tag Archives: wget
download webpage, subpages and linked mp3 files
wget -r -l 2 -p -k -erobots=off http://www.website.de/page -r : recursive -l 2: max depth 2 -p: download site prerequisites (background images etc.) -k: convert links for local reading -erobots=0: ignore robots.txt
Website mirroring
wget -m -k -K -E http://www.website.ch/