How to load a site subdomain on Linux using wget or other tools?

I want to download all the passages from http://source.yeeyan.org . It has many pages. For instance. http://source.yeeyan.org/?page=22202 So, how to use wget or some other linux tools to load them? I am currently using the following options, but it does not work.

wget --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names = windows --domains yeeyan.org --no-parent source.yeeyan.org

+3
source share
1 answer

wget httrack, - , , . .

+2

All Articles