Closed OSINT-TECHNOLOGIES closed 5 months ago
sitemap_links_status = np.extract_links_from_sitemap(sitemap_links_filepath, sitemap_filepath, 'pdf') [data_assembler]
which then calls:
tree = ET.parse(sitemap_path) [networking processor, extract_links_from_sitemap function]
may cause FileNotFoundError and stop scan entirely
sitemap_links_status = np.extract_links_from_sitemap(sitemap_links_filepath, sitemap_filepath, 'pdf') [data_assembler]
which then calls:
tree = ET.parse(sitemap_path) [networking processor, extract_links_from_sitemap function]
may cause FileNotFoundError and stop scan entirely