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
source
share