From 54e805f17f0367f1eef4f015709b838a8a40995d Mon Sep 17 00:00:00 2001 From: Jeff Dallien Date: Wed, 22 Feb 2012 20:05:13 -0500 Subject: [PATCH] Update README to mention Chrome. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fff51ee..65e4057 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ cookie_extractor ---------------- -Extract cookies from Firefox sqlite cookie store (eventually Chrome also) into a wget-compatible cookies.txt file. +Extract cookies from Firefox, Chrome or Chromium sqlite cookie stores into a wget-compatible cookies.txt file. ### Install ### @@ -11,6 +11,11 @@ gem install cookie_extractor cookie_extractor /path/to/firefox/cookies.sqlite > cookies.txt +Typical locations for the cookies file on Linux are: + * Firefox: ~/.mozilla/firefox//cookies.sqlite + * Chrome: ~/.config/google-chrome/Default/Cookies + * Chromium: ~/.config/chromium/Default/Cookies + ### License ### Copyright (c) 2012 Jeff Dallien