Is it at all possible to limit the *amount* of HTML downloaded? I only need the
first 500 bytes or so and I thought this could help expediate the process.
I tried -m0,500 (as i want nothing of non-HTML).
But it still downloads HTML > 500 bytes as full files.
Thanking you |