mittalyashu/Brokentail
Recursively checks links starting from a given URL and reports broken links.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Starting URL to crawl/check | yes | — |
| recurse | Recursively crawl same-domain links | no | true |
| timeout | HTTP timeout (e.g., 5s, 30s) | no | 15s |
| concurrency | Max concurrent HTTP requests | no | 10 |
| user-agent | User-Agent header | no | brokentail/0.1 |
| retries | Retry attempts for transient failures | no | 1 |
| retry-wait | Wait time between retries (e.g., 500ms, 2s) | no | 500ms |
| skip | Regex patterns to skip (comma- or newline-separated). Example: "\.pdf$,^/archive/" or """ \.pdf$ ^/archive/ """ | no | — |
Outputs
no outputs