AhmadIbrahiim / Website-downloader

💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
https://website-downloader.onrender.com
MIT License
1.57k stars 538 forks source link

Can not use in local? #13

Closed pgw00k closed 2 years ago

pgw00k commented 3 years ago

Hello,guys, i clone the repo and run npm install to install packages success.

then i run npm start, all look perfect,but when i use chrome to vist 127.0.0.1:3000 i always get Total Downloaded file: 0.

After that,the page looks block on comperssing and return nothing

marcchew commented 2 years ago

works for me see whether theres a 403 error by running wget --mirror --convert-links --adjust-extension --page-requisites --no-parent --no-if-modified-since "your site here"