bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] recursive retrieval of webpage with session cookies


From: Wolfgang Hennerbichler
Subject: [Bug-wget] recursive retrieval of webpage with session cookies
Date: Wed, 28 Nov 2012 09:32:33 +0100
User-agent: KMail/1.13.5 (Linux/3.4.0; KDE/4.4.5; x86_64; ; )

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
address@hidden
http://www.risc-software.at



reply via email to

[Prev in Thread] Current Thread [Next in Thread]