A Blog about technology, linux, peer2peer, cool new downloads and software development.

Wednesday, January 21, 2009

exporting firefox cookies for wget

Install the Export Cookies 1.0 firefox plugin (https://addons.mozilla.org/en-US/firefox/addon/8154)

and download with wget :
wget --load-cookies=./cookies.txt -i url.list

1 comment:

Anonymous said...

An alternative plugin is
https://addons.mozilla.org/en-US/firefox/addon/66579/

This one works with FF3.5, where the other one doesn't seem to.