We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efcbc5 commit 992ae3dCopy full SHA for 992ae3d
pagesearch/pagesearch_deepsearch.py
@@ -30,6 +30,7 @@ def sitemap_inspection(report_folder):
30
ds_emails_list = [x for x in total_emails if x]
31
ds_emails_cleaned = [', '.join(sublist) for sublist in ds_emails_list]
32
ds_emails_return = list(set(ds_emails_cleaned))
33
+ print(Fore.GREEN + "PageSearch Sitemap Inspection successfully ended\n")
34
print(Fore.LIGHTGREEN_EX + "-------------------------------------------------")
35
print(Fore.GREEN + f"\nDuring PageSearch Sitemap Inspection process:\n[+] Total {total_links_counter} links were checked")
36
print(Fore.GREEN + f"[+] Among them, {accessed_links_counter} links were accessible")
0 commit comments