

Website Downloader
Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js.
Features
- Website Downloader
Website Downloader News & Activities
Recent activities
- sentipulse reviewed Website Downloader
I can see this being really useful for developers and designers. Sometimes you just want to inspect how a website is built or keep a local copy for testing, and having everything downloaded in one step is much more convenient than saving pages manually.
Danilo_Venom added Website Downloader as alternative to WebsiteDownloader.io- Danilo_Venom added Website Downloader
Website Downloader information
What is Website Downloader?
Website Downloader is a software that downloads the complete source code of any website, including Javascripts, Stylesheets, and Images, using Node.js. It collaborates with wget and archiver, a free web file download utility and archive generation module respectively, to download and compress all website assets. The compressed file is then returned to the user. The wget parameters used by the Website Downloader are --mirror, --convert-links, --adjust-extension, --page-requisites, and --no-parent, which facilitate recursive download, link conversion, filename extension adjustment, offline page display, and download restriction to a website portion, respectively.




Comments and Reviews
I can see this being really useful for developers and designers. Sometimes you just want to inspect how a website is built or keep a local copy for testing, and having everything downloaded in one step is much more convenient than saving pages manually.