Main menu:

September 2010
M T W T F S S
« Dec    
 12345
6789101112
13141516171819
20212223242526
27282930  

Tag: firefox 3


Firefox 3’s cookies.sqlite & wget

I love wget, I love Firefox, and I use Rapidshare a lot. Making a list of files to download from Rapidshare, I used to run the following command a lot:

wget –load-cookies ~/.mozilla/firefox/*.default/cookies.txt -i url.list

But that was the time I spent an “Oops!” when wget complained with “Cannot open cookies file: … : No such file or directory”, and I couldn’t find my lovely cookies.txt under the profile directory. It seemed that Firefox had improved its handling of cookies by using a simple DB-like file: cookies.sqlite.

So I Googled and found that a lot wgetters were out there desperately complaining about the same issue. But no worries, you dear visitor, since that was the past: you got two lovely options to get your bloody cookies.txt back ;)

  1. The geeky way: Practice your German and Python scripting on this blog post.
  2. An add-on for everything way: Use this simple add-on to export your cookies in TXT format.

Yepp, that easy!