hacklang

Why does the subdomain finder stop because "label empty or too long"?

Why does the subdomain finder stop because "label empty or too long"? Question: So I made this subdomain finder from a hacking course. It seems to work fine for a little bit but then gives a weird error. Could anyone help me? Here is the code import requests url = "youtube.com" def request(url): try: return …

Total answers: 1