Skip to content

Instantly share code, notes, and snippets.

@techie2000
Last active January 24, 2021 16:32
Show Gist options
  • Save techie2000/a6568ab68be28aad77f578d7fe548f56 to your computer and use it in GitHub Desktop.
Save techie2000/a6568ab68be28aad77f578d7fe548f56 to your computer and use it in GitHub Desktop.
Download a site
wget --mirror --no-parent --continue --limit-rate=512k --wait=0 --reject "index.html*, foo.txt, bar*.*" "https://the-eye.eu/public/AppleArchive/"
@techie2000
Copy link
Author

Consider adding --random-wait to try and prevent blocking by sits that analyse logs and try to spot/prevent wget type ops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment