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
Hello, i'll not use the template as it's simple af lol
Basically when running my bot i could see some SSL checks' failures
i.e.:
newspaper.article.ArticleException: Article `download()` failed with HTTPSConnectionPool(host='www.defesa.agricultura.sp.gov.br', port=443): Max retries exceeded with url: /uri/20241006/racing-x-talleres (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)'))) on URL https://www.defesa.agricultura.sp.gov.br/uri/20241006/racing-x-talleres
it would be nice to have something like requests' verify=False to ignore SSL checks
verify=False
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, i'll not use the template as it's simple af lol
Basically when running my bot i could see some SSL checks' failures
i.e.:
it would be nice to have something like requests'
verify=False
to ignore SSL checksThe text was updated successfully, but these errors were encountered: