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 --- cmd/flyscrape/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/flyscrape/main.go b/cmd/flyscrape/main.go index be7d650..aff7ec4 100644 --- a/cmd/flyscrape/main.go +++ b/cmd/flyscrape/main.go @@ -12,6 +12,7 @@ import ( "github.com/philippta/flyscrape/cmd" _ "github.com/philippta/flyscrape/modules/cache" + _ "github.com/philippta/flyscrape/modules/cookies" _ "github.com/philippta/flyscrape/modules/depth" _ "github.com/philippta/flyscrape/modules/domainfilter" _ "github.com/philippta/flyscrape/modules/followlinks" -- cgit v1.2.3