diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-07 23:20:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 23:20:55 +0100 |
| commit | 0d6494d164cc490d62473eae0fbd79d5573bb380 (patch) | |
| tree | 7a4586e89920b6abd4f6c7724f42634d66cf5f68 /cmd | |
| parent | 60139e7de275473332b560b4139a6a01c3da184c (diff) | |
Add retry module and change rate to requests per minute (#37)v0.7.0
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 9772648..be7d650 100644 --- a/cmd/flyscrape/main.go +++ b/cmd/flyscrape/main.go @@ -20,6 +20,7 @@ import ( _ "github.com/philippta/flyscrape/modules/output/ndjson" _ "github.com/philippta/flyscrape/modules/proxy" _ "github.com/philippta/flyscrape/modules/ratelimit" + _ "github.com/philippta/flyscrape/modules/retry" _ "github.com/philippta/flyscrape/modules/starturl" _ "github.com/philippta/flyscrape/modules/urlfilter" ) |