From e2e0ed8fa7d26a23f77b378907b3f902be9e028e Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Wed, 21 Feb 2024 21:39:37 +0100 Subject: Use the cookie store from local browser --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bf26cfd..f242168 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,10 @@ export const config = { "User-Agent": "Mozilla ...", }, + // Use the cookie store of your local browser. (default = off) + // Options: "chrome" | "edge" | "firefox" + cookies: "chrome" + // Specify the output options. output: { // Specify the output file. (default = stdout) -- cgit v1.2.3