diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-21 21:39:37 +0100 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-21 21:39:37 +0100 |
| commit | e2e0ed8fa7d26a23f77b378907b3f902be9e028e (patch) | |
| tree | f47717a3db0aba9e74cb67ce7ef4137f3d1da2d7 /cmd | |
| parent | c796f4164c13e30135246c08304acd7142673f60 (diff) | |
Use the cookie store from local browser
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/flyscrape/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
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" |