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?
|
|
|
|
|
|
|
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. |
|||
|
|
|
|
I think the |
||
|
|
|
If you're still looking after awhile, hacking up such a downloader in your language of choice shouldn't be too difficult. |
||
|
|
|
|
I'm convinced to write my own script |
||
|
|