Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 11-20-2004, 05:48 AM   #1 (permalink)
Tilted
 
Picture grabber

i once had a program that allowed me to download all the pics for a site syimply by typing in the url,but i have forgotten the namw of it.could you please tell me the name?i think it was posted somewhere in the erougenous zone.
gyroscope is offline  
Old 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/
Sika2 is offline  
Old 11-20-2004, 10:45 AM   #3 (permalink)
Psycho
 
keyshawn's Avatar
 
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
keyshawn is offline  
Old 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
skaven is offline  
Old 11-22-2004, 12:17 AM   #5 (permalink)
Tilted
 
Quote:
Originally Posted by skaven
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
I also use the wget command in a shell script that I wrote that uses the url for the pictures and you then tell it the range of numbers to use.

Is the command above a better way of doing this?
jon_264 is offline  
Old 11-23-2004, 12:11 AM   #6 (permalink)
Insane
 
Location: Austin, TX
Quote:
Originally Posted by jon_264
I also use the wget command in a shell script that I wrote that uses the url for the pictures and you then tell it the range of numbers to use.

Is the command above a better way of doing this?
It's a matter of personal preference, I mean a shell/perl script could potentially have a lot more functionality, but for my purposes one-liners work fine and don't take long to type in. Plus, if you want to share a good find on the net with other linux users, just post the one-liner and you're done; no need to send them your script.
skaven is offline  
Old 11-23-2004, 05:53 PM   #7 (permalink)
Crazy
 
Location: here and there
http://downthemall.mozdev.org/

if you are a firefoxer
__________________
# chmod 111 /bin/Laden
theFez is offline  
Old 11-23-2004, 06:54 PM   #8 (permalink)
A Real American
 
Holo's Avatar
 
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
Holo is offline  
 

Tags
grabber, picture


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 03:08 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54