Jangan Lupa Follow @Setiawan007
Download the complete source code of any website (including all assets) 🔨.
👉 Live Demo: https://websitedownloader.herokuapp.com/ Sorry heroku can’t deploy website anymore
Website downloader works with wget and archiver to download all websites assets and compress then sends it back to the user through socket channel
wget
archiver
wget params the being used
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org
Explanation of the various flags:
git clone https://github.com/Setiawan007/Website-Downloader.git
cd website-downloader
$ npm install
$ npm start
Website Downloader 💾
Download the complete source code of any website (including all assets) 🔨.
👉 Live Demo:
https://websitedownloader.herokuapp.com/Sorry heroku can’t deploy website anymoreDescription 📒
Website downloader works with
wgetandarchiverto download all websites assets and compress then sends it back to the user through socket channelwget params the being used
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.orgExplanation of the various flags:
How to run it 🤔
git clone https://github.com/Setiawan007/Website-Downloader.gitcd website-downloader$ npm install$ npm startThanks