Forum Moderators: bakedjake
wget [dom.com...]
I need to get all the files starting with 2 and .jpg files.
How can i do it?
And each of those would be an HTTP GET. You'd quickly be banned/blocked from whatever site you're grabbing those images from.
The only way is to grab all the HTML/CSS and grep for references to '2*.jpg', and grab those files. That does not obviously get any files that are not referenced in html/css