wget -EKkp -E --html-extension If a file of type application/xhtml+xml or text/html is downloaded and the URL does not end with the regexp \.[Hh][Tt][Mm][Ll]?, this option will cause the suffix .html to be appended to the local filename. This is useful, for instance, when you're mirroring a remote site that uses .asp pages, but you want the mirrored pages to be viewable on your stock Apache server. Another good use for this is when you're downloading CGI-generated materials. A URL like http://site.com/article.cgi?25 will be saved as arti- cle.cgi?25.html. -K --backup-converted When converting a file, back up the original version with a .orig suffix. Affects the behavior of -N. -k --convert-links After the download is complete, convert the links in the document to make them suitable for local viewing. This affects not only the visible hyperlinks, but any part of the document that links to external content, such as embedded images, links to style sheets, hyperlinks to non-HTML content, etc. -p --page-requisites This option causes Wget to download all the files that are neces- sary to properly display a given HTML page. This includes such things as inlined images, sounds, and referenced stylesheets.