Open wnsite opened 6 months ago
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 but it seems that it is still being detected.
Try changing the useragent. It should work.
My code:
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 but it seems that it is still being detected.