wnsite

Results 2 issues of wnsite

Hey, I was testing this package and I set up the example and I got this error: PHP Built-In Server HTTP error: Error: connect ECONNREFUSED 127.0.0.1:8000. The vercel deployed but...

My code: ``` save_webpage(url="https://minecraft.wiki", project_folder=os.getcwd()+"/test",project_name="my_site",bypass_robots=True,debug=True,open_in_browser=True,delay=None,threaded=False) ``` the code runs correctly, but the index.html file it downloads has one thing: 403: Forbidden minecraft.wiki is public and I am using bypass robots...