small, fast tool to check for broken links in a webpage. i made this because i needed it for a project. it might come in handy for you too.
go install github.com/narasaka/weasel@latest
or
git clone [email protected]/narasaka/weasel
cd weasel
make install
Warning
due to the concurrent nature of the script when checking the links, you might often get a 429 error (too many requests) when doing this.
basic (only check links on that page)
weasel https://example.com
recursive check
weasel -r https://example.com
make uninstall