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