This is the fix for the results error with http and https # Line 109 - 112 ``` # Sanitize the domain domain = domain.replace("https://", "").replace("http://", "").replace("/", "_").replace(":", "_") result_file = os.path.join(results_dir, f"{domain}.txt") ```