xtract A CLI tool written in Go to extract all URLs from the source of web pages. Installation go install github.com/SaDs3c/xtract@latest Usage cat urls.txt | xtract Features Fetches HTML content from stdin URLs Extracts all URLs using regex Handles HTTP errors gracefully