Skip to content

Instantly share code, notes, and snippets.

@mursino
Created June 14, 2022 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mursino/a4f3068bb5a1d09b4e9fabc9335b7087 to your computer and use it in GitHub Desktop.
Save mursino/a4f3068bb5a1d09b4e9fabc9335b7087 to your computer and use it in GitHub Desktop.
Get URLs from a sitemap.xml file
curl https://www.DOMAIN.com/sitemap.xml | grep -e loc | sed 's|<loc>\(.*\)<\/loc>$|\1|g' > urls.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment