Tagged With: Sqlite
Convert Firefox 3 cookies.sqlite to cookies.txt
Now at firefox 3 does not user cookies.txt, they are use cookies.sqlite, if you use wget or curl command to download with cookies, may you must convert cookies.sqlite to cookies.txt, just copy and paste this scipt, and the script will be convert your cookies.sqlite to cookies.txt. #!/usr/bin/python import sqlite3 as db import sys cookiedb = … Continue reading