How do I prevent wget from following redirects?
+1
A:
--max-redirect 0
I haven't tried this, it will either allow none or allow infinite..
Matt
2010-04-18 16:25:52
I think you can also do --level=1 or -l=1 to do 1 level of redirection. --level=0 is the same as --level=inf, which is infinite.
MJB
2010-07-01 00:31:29