vote up 4 vote down star

I want to download a lot of urls in a script but I do not want to save the ones that lead to HTTP errors.

as far as I read in the man they both don't provide such functionality. does anyone know about another downloader who does?

flag

67% accept rate

4 Answers

vote up 1 vote down check

I voted up the curl -f answer above, but to expound that it isn't failsafe. I think this is a perfect opportunity for learning Perl or Ruby (or extending your skills) by writing your own download program.

link|flag
vote up 2 vote down

I think the -f option to curl does what you want.

link|flag
no, it's only related to verbosity of errors. once used, errors do are not reported (but saved as usual) thanks anyway – kiwi Sep 18 '08 at 4:29
vote up 0 vote down

If you're still looking after awhile, hacking up such a downloader in your language of choice shouldn't be too difficult.

link|flag
vote up 0 vote down

I'm convinced to write my own script

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.