Hi i downloaded a tool from github and when I try to run it, I get an alert like this; linkfinder.py:133: DeprecationWarning: ssl.PROTOCOL_TLSv1_2 is deprecated sslcontext = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2)
Tool : https://github.com/GerbenJavado/LinkFinder how to fix this error on python3?
enter image description here --> code
enter image description here --> error
any idea?