2024-09-19 13:38:01 +03:00
|
|
|
# lychee
|
|
|
|
|
|
|
|
> Find broken URLs.
|
2025-07-31 14:37:30 -07:00
|
|
|
> More information: <https://github.com/lycheeverse/lychee/blob/master/README.md#commandline-usage>.
|
2024-09-19 13:38:01 +03:00
|
|
|
|
|
|
|
- Scan a website for broken links:
|
|
|
|
|
|
|
|
`lychee {{https://example.com}}`
|
|
|
|
|
|
|
|
- Display a breakdown of error types:
|
|
|
|
|
|
|
|
`lychee --format detailed {{https://example.com}}`
|
|
|
|
|
|
|
|
- Limit the amount of connections to prevent DDOS protection:
|
|
|
|
|
|
|
|
`lychee --max-concurrency {{5}} {{links.txt}}`
|
|
|
|
|
|
|
|
- Check files in a directory structure for any broken URLs:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`grep {{[-r|--recursive]}} "{{pattern}}" | lychee -`
|
2024-09-19 13:38:01 +03:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`lychee --help`
|