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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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