You are viewing a single comment's thread. Return to all comments →
html = sys.stdin.read() pattern = r'https?://(?:www\.|ww2\.)?([\w-]+\.[a-zA-Z0-9.-]+)' rs = set(re.findall(pattern,html)) print(";".join(sorted(rs)))
Seems like cookies are disabled on this browser, please enable them to open this website
Detect the Domain Name
You are viewing a single comment's thread. Return to all comments →