Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Picture grabber (https://thetfp.com/tfp/tilted-technology/76553-picture-grabber.html)

gyroscope 11-20-2004 05:48 AM

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.

Sika2 11-20-2004 10:44 AM

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/

keyshawn 11-20-2004 10:45 AM

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

skaven 11-21-2004 03:57 PM

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

jon_264 11-22-2004 12:17 AM

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?

skaven 11-23-2004 12:11 AM

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.

theFez 11-23-2004 05:53 PM

http://downthemall.mozdev.org/

if you are a firefoxer

Holo 11-23-2004 06:54 PM

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


All times are GMT -8. The time now is 12:52 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, 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 55 56 57 58 59 60 61 62