Skip to content
New issue

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

Проблема с полным скрапингом страницы (express false) #31

Open
nikitastogniy812 opened this issue Nov 8, 2023 · 0 comments

Comments

@nikitastogniy812
Copy link

Это если просто вставить список прокси

9 | proxy 50.171.32.224:80: unavailable.. trying another..
Error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)>

Но если добавить в файл parser.py следующее

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

На все прокси указана одна ошибка
32 | proxy 37.19.220.129:8443: there is captcha.. trying another

Без прокси 403

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant