You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
461 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Link checker
This is a small link checker script intended for checking and listing
all links that can be found on the specified pages, and all other
pages linked from that site.
The script also crawls the site, checking all links on the same
server. External links are checked but not crawled.
A site is considered external if its hostname or even its scheme
(http:// instead of https://) doesnt match with the base URL
(specified on the command line).