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
Hi, Thanks for this great tool.
I noticed urllib fails with a Forbidden Request error when I call download_page on some links. You can reproduce the error by trying the code below:
Forbidden Request
download_page
import lazynlp link = "https://punchng.com/" page = lazynlp.download_page(link, context=None, timeout=None)
This raises a 403 as shown below.
I've attempted to create a PR that adds headers to the request by default.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks for this great tool.
I noticed urllib fails with a
Forbidden Request
error when I calldownload_page
on some links. You can reproduce the error by trying the code below:This raises a 403 as shown below.
I've attempted to create a PR that adds headers to the request by default.
The text was updated successfully, but these errors were encountered: