summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-21 21:39:37 +0100
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-21 21:39:37 +0100
commite2e0ed8fa7d26a23f77b378907b3f902be9e028e (patch)
treef47717a3db0aba9e74cb67ce7ef4137f3d1da2d7 /README.md
parentc796f4164c13e30135246c08304acd7142673f60 (diff)
Use the cookie store from local browser
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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)