Hello dear wget-fellows, 

I'm currently crawling a webpage with wget. this page (stupid enough, I know) 
has different language settings, and although the URLs of the languages are 
different, there are specific buttons on the page that display data dependent 
on 
a session cookie. 
I may be wrong, but It seems that wget doesn't support this kind of recursive 
retrieval, because I just don't see a cookie-file hanging around when executing 
the following command:

COOKIE=/tmp/cookie

wget -q -N -r -l 10 -k -p \
--header='Accept-Language: de-de, de, en-US, en;q=0.5' \
--save-cookies $COOKIE \
 --keep-session-cookies \
--load-cookies $COOKIE \
--wait=0.1 -D $DOMAIN,http://$DOMAIN http://$DOMAIN

thanks for any help. I'd really need to get this running. 
Wolfgang

-- 
DI (FH) Wolfgang Hennerbichler
Software Development
Unit Advanced Computing Technologies
RISC Software GmbH
A company of the Johannes Kepler University Linz

IT-Center
Softwarepark 35
4232 Hagenberg
Austria

Phone: +43 7236 3343 245
Fax: +43 7236 3343 250
[email protected]
http://www.risc-software.at

Reply via email to