m-wrzr / populartimes

MIT License
815 stars 167 forks source link

SSL Error #107

Closed joshmar closed 2 years ago

joshmar commented 2 years ago

Heey heey,

I noticed an error with the SSL while trying to use the code. In the Crawler.py at line 369 the ssl.SSLContext(ssl.PROTOCOL_TLSv1) is called however this doesnt seem to work anymore.

what does seem to work is the following: ssl.create_default_context()

Hope it helps!

Thank you so much for the awesome code you made!

spykard commented 2 years ago

https://github.com/m-wrzr/populartimes/pull/106