diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-24 13:59:29 +0100 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-24 13:59:29 +0100 |
| commit | 6cc19d5c412b8adc89092702d4bc21b416fc4fae (patch) | |
| tree | 3142b426395a409647a519270e31145fa9000f65 /cmd | |
| parent | 3dc39e9eba495b18dad2a7d79d45dcb634729dd7 (diff) | |
Browser rendering
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 aff7ec4..7419f6e 100644 --- a/cmd/flyscrape/main.go +++ b/cmd/flyscrape/main.go @@ -11,6 +11,7 @@ import ( "os" "github.com/philippta/flyscrape/cmd" + _ "github.com/philippta/flyscrape/modules/browser" _ "github.com/philippta/flyscrape/modules/cache" _ "github.com/philippta/flyscrape/modules/cookies" _ "github.com/philippta/flyscrape/modules/depth" |