Tag Archives: cookies

Using cookies.sqlite in wget or curl

Newer versions of FireFox use a sqlite3 database to store their cookies. Older versions of FireFox used a .txt file.  wget and curl know how to parse the older style text file, but not the sqlite3 database. So, I wrote … Continue reading

Posted in General | Tagged , , , , , , | 6 Comments