"Radomir Tomis" <[EMAIL PROTECTED]> writes: > Does anyone know how to download a page that yields the message > in subject ? > > For example, how to download the following page ? > > http://groups.yahoo.com/group/fabia/message/1111?source=1 > > Browser gets the page at this URL correctly (either immediately or > after following a link from an ad page).
The "redirection cycle" thing has been removed in the CVS sources. It was a mistake to include it, because there are pages that redirect to another page, set a cookie, and redirect back, which doesn't signify a redirection "cycle", only page flow. Wget 1.9 has a much simpler check that disallows more than 30 or so consecutive redirections, which is a much better sign of a redirection cycle anyway. If you need this functionality right away, get the latest source from CVS and compile it. It's very stable at this point. (http://wget.sunsite.dk/ explains how to get the CVS source.)
