lynx link extraction
lynx text web browser can dump all URLs in a single web page like:
lynx -listonly -nonumbers -dump https://www.scivision.dev
This does not check the URLs.
The -traversal
option is HTTP-only, it does not work for HTTPS at least through Lynx 2.9.0.
For checking links, we recommend Python link checker.