Skip to content

Instantly share code, notes, and snippets.

@felixmon
Created May 9, 2019 02:33
Show Gist options
  • Save felixmon/aa2d09a8319c785f47d3e5e226dcfdd0 to your computer and use it in GitHub Desktop.
Save felixmon/aa2d09a8319c785f47d3e5e226dcfdd0 to your computer and use it in GitHub Desktop.
How to Use Wget to Archive a Blogspot Blog
# http://www.dheinemann.com/2011/how-to-use-wget-to-archive-a-blogspot-blog/
wget -nc -w 1 -r --random-wait -k -l 2 -p -np -E -H --referer=http://nerds-central.blogspot.com -e robots=off --domains=nerds-central.blogspot.com,blogger.com,nerds-central.com,blogspot.com http://nerds-central.blogspot.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment