pywebcopy icon indicating copy to clipboard operation
pywebcopy copied to clipboard

Bot being detected

Open wnsite opened this issue 1 year ago • 1 comments

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.

wnsite avatar May 13 '24 18:05 wnsite

Try changing the useragent. It should work.

rajatomar788 avatar May 13 '24 18:05 rajatomar788