We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure what I'm doing wrong with my code, if anything.
from pywebcopy import save_website save_website(url='https://ws-tcg.com/cardlist/?cardno=P3/S01-027&l', project_folder='E:\\pages\\ws_cards\\out2\\', project_name='P3', debug=True, bypass_robots=True, open_in_browser=False)
The only thing this saves is the html file - nothing else. This is also true if I use save_webpage.
save_webpage
The text was updated successfully, but these errors were encountered:
Try changing the user-agent. Try with threading = True. Also if possible do it manually using WebPage object.
Sorry, something went wrong.
Running into the same issue
Same issue here - saving website results in one page, whether from CLI or from code. Most of dependencies from the saved page are also missing.
Try creating the webpage object manually and then configuring it.
No branches or pull requests
I'm not sure what I'm doing wrong with my code, if anything.
The only thing this saves is the html file - nothing else. This is also true if I use
save_webpage
.The text was updated successfully, but these errors were encountered: