[[zh:下载部分Wiki]]

== Using wget ==

Be sure to use the **--reject** parameter:

<pre>
wget --reject "*search=*","*action=*", \
"Comments*","RecentChanges" --html-extension --backup-converted \
--page-requisites --convert-links -e robots=off -w 4 -r -l5 -np <url>
</pre>

You're probably better off using a different download method!
If you get it wrong, [http://www.emacswiki.org/alex/2012-05-12_Stupid_Leeches you might get banned].

Perhaps a better way (for EmacsWiki) would be to wget pages of interest listed here: https://www.emacswiki.org/emacs?action=index&raw=1

(Back to WikiDownload.)

----
CategoryEmacsWikiSite
