I'm trying to download all the images from a certain ImageBam gallery. I tried doing this:
wget -P pics -H -nd -r -A '.jpg,.jpeg,.png,.gif,' -erobots=off http://www.imagebam.com/gallery/hwtfu6m7es3gun1emmpy2uheohrcckmt/
But it downloaded the whole website; all I need is the content from a certain <div> which includes thumbnails and original images. Is it possible to create a script to download content from one <div> and not the whole website?
-l1switch will restrictwgetto downloading only the page and its immediate links. – Deer Hunter Dec 24 '12 at 3:00