diff options
| author | Rafi Ramadhana <42462215+rafiramadhana@users.noreply.github.com> | 2023-11-23 18:58:41 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 12:58:41 +0100 |
| commit | cbdbbd249239345f88bea031beb55e84c2f47688 (patch) | |
| tree | f3b001d36c0da83a1827eb8008615f5f2577a638 /cmd | |
| parent | 13322edf37510b6d3bb68a853368fd1a0a67a105 (diff) | |
Add custom request header (#18)
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/main.go b/cmd/main.go index 7c49dbf..eab3e03 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -16,6 +16,7 @@ import ( _ "github.com/philippta/flyscrape/modules/depth" _ "github.com/philippta/flyscrape/modules/domainfilter" _ "github.com/philippta/flyscrape/modules/followlinks" + _ "github.com/philippta/flyscrape/modules/headers" _ "github.com/philippta/flyscrape/modules/jsonprint" _ "github.com/philippta/flyscrape/modules/proxy" _ "github.com/philippta/flyscrape/modules/ratelimit" |