Skip to content

Instantly share code, notes, and snippets.

@Famicoman
Created August 17, 2012 15:56
Show Gist options
  • Save Famicoman/3380122 to your computer and use it in GitHub Desktop.
Save Famicoman/3380122 to your computer and use it in GitHub Desktop.
Good.net Downloader
#!/bin/bash
#Usage: ./good-downloader.sh $url
wget -c -nc -e robots=off --wait 5 -nH --cut-dirs=2 -r -np -R rejlist --reject "info","index.html*" $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment