Skip to content

Instantly share code, notes, and snippets.

@sbryans
Created January 5, 2024 21:13
Show Gist options
  • Save sbryans/760fec74936e6a306047858d62c52cac to your computer and use it in GitHub Desktop.
Save sbryans/760fec74936e6a306047858d62c52cac to your computer and use it in GitHub Desktop.
Weekly code snippet: Scrape websites from webpage.
wget -qO- https://gogle.com | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*" | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment