Emacs-wget

;;; start emacs-wget ;;;
(autoload 'wget "wget" "wget interface for Emacs." t)
(autoload 'wget-web-page "wget" "wget interface to download whole web page." t)
(load "w3m-wget")
(setq wget-basic-options '("-v"))
(setq wget-download-directory-filter nil)
(setq wget-download-directory
      '"~/Documents/download")
;;; end emacs-wget ;;;