11-20-2004, 10:44 AM | #2 (permalink) |
Upright
|
Try This
There are many out there. Heres a couple or enter picture download url in your search engine.
http://www.picture-finder.net/ http://www.vowsoft.com/ |
11-20-2004, 10:45 AM | #3 (permalink) |
Psycho
|
I'd either recommend:
HTTrack. http://www.httrack.com/ - freeware - Available for Both linux and windows - uses GUI Wget - Linux [well, also for windows, but I couldn't get the windows binary to work] - GNU [obviously] and free - EXTREMELY configurable, but it has a steeper learning curve than httrack. - want to get used to the command line if you use this. good luck, keyshawn |
11-21-2004, 03:57 PM | #4 (permalink) |
Insane
Location: Austin, TX
|
I agree that wget is a bit on the steep side of the learning curve, but you can't beat the convenience factor of either the wget --mirror switch, or the sheer usefulness of a one-liner like:
$ for num in `seq -w 1 20`; do wget http://some.site.with.pics/pics/pic_$num.jpg; done; /Linux geek :-P |
11-22-2004, 12:17 AM | #5 (permalink) | |
Tilted
|
Quote:
Is the command above a better way of doing this? |
|
11-23-2004, 12:11 AM | #6 (permalink) | |
Insane
Location: Austin, TX
|
Quote:
|
|
11-23-2004, 06:54 PM | #8 (permalink) |
A Real American
|
Bukster is free and can scan HTML pages for links. It also allows you to specify what extensions are dled and doesn't dl the HTML or whatever.
http://www.snapfiles.com/get/bukster.html
__________________
I happen to like the words "fuck", "cock", "pussy", "tits", "cunt", "twat", "shit" and even "bitch". As long as I am not using them to describe you, don't go telling me whether or not I can/should use them...that is, if you want me to continue refraining from using them to describe you. ~Prince |
Tags |
grabber, picture |
|
|