Created
March 14, 2015 18:20
-
-
Save FlamingTempura/e7387470586382b841b0 to your computer and use it in GitHub Desktop.
Archive phpbb to html using wget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget -m -np -a example.com_$(date +%Y%m%d).log -e robots=off -nv --adjust-extension --convert-links --page-requisites --reject-regex='(\?p=|&p=|mode=reply|view=|mode=post|mode=email|mode=quote|mode=newtopic|login.php|search.php|feed.php)' --keep-session-cookies --load-cookies=cookie http://example.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment