RC Logr 20190214 162959
Thursday, 14 Feb, 2019
Ever need to download a website for offline viewing? You can use the wget
utility to do it, like so:
wget --mirror -e robots=off -U mozilla --recursive --page-requisites --html-extension --convert-links --restrict-file-names=windows --random-wait --domains mine.jp,another.jp --no-parent http://mine.jp
It works pretty well, but is not perfect.